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