ChartClass.GetChartElement Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub GetChartElement ( _
x As Integer, _
y As Integer, _
ByRef ElementID As Integer, _
ByRef Arg1 As Integer, _
ByRef Arg2 As Integer _
)
'Usage
Dim instance As ChartClass
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)
public virtual void GetChartElement(
int x,
int y,
ref int ElementID,
ref int Arg1,
ref int Arg2
)
Parameters
- x
Type: System.Int32
- y
Type: System.Int32
- ElementID
Type: System.Int32
- Arg1
Type: System.Int32
- Arg2
Type: System.Int32
Implements
_Chart.GetChartElement(Int32, Int32, Int32, Int32, Int32)