'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)
void ExcelRemoveChart( short sheet, int chartIndex )
Parameters
- sheet
- Index of sheetView.
- chartIndex
- Index of chart.