Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader7 Interface / ExcelRemoveChart Method
Index of sheetView.
Index of chart.


In This Topic
ExcelRemoveChart Method
In This Topic
Remove chart by index.
Syntax
'Declaration
 
Sub ExcelRemoveChart( _
   ByVal sheet As Short, _
   ByVal chartIndex As Integer _
) 
 
'Usage
 
Dim instance As IExcelChartReader7
Dim sheet As Short
Dim chartIndex As Integer
 
instance.ExcelRemoveChart(sheet, chartIndex)

Parameters

sheet
Index of sheetView.
chartIndex
Index of chart.
See Also