IMsoChart.GetChartElement Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub GetChartElement ( _
x As Integer, _
y As Integer, _
<OutAttribute> ByRef ElementID As Integer, _
<OutAttribute> ByRef Arg1 As Integer, _
<OutAttribute> ByRef Arg2 As Integer _
)
'Usage
Dim instance As IMsoChart
Dim x As Integer
Dim y As Integer
Dim ElementID As Integer
Dim Arg1 As Integer
Dim Arg2 As Integer
instance.GetChartElement(x, y, ElementID, _
Arg1, Arg2)
void GetChartElement(
int x,
int y,
out int ElementID,
out int Arg1,
out int Arg2
)
Parameters
- x
Type: System.Int32
- y
Type: System.Int32
- ElementID
Type: System.Int32
- Arg1
Type: System.Int32
- Arg2
Type: System.Int32