ChartEvents.Select Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub Select ( _
ElementID As Integer, _
Arg1 As Integer, _
Arg2 As Integer _
)
'Usage
Dim instance As ChartEvents
Dim ElementID As Integer
Dim Arg1 As Integer
Dim Arg2 As Integer
instance.Select(ElementID, Arg1, Arg2)
void Select(
int ElementID,
int Arg1,
int Arg2
)
Parameters
- ElementID
Type: System.Int32
- Arg1
Type: System.Int32
- Arg2
Type: System.Int32