'Declaration Function GetWorksheetCharts( _ ByVal sheetIndex As Integer _ ) As List(Of IExcelChart)
'Usage Dim instance As IExcelChartWriter Dim sheetIndex As Integer Dim value As List(Of IExcelChart) value = instance.GetWorksheetCharts(sheetIndex)
List<IExcelChart> GetWorksheetCharts( int sheetIndex )
Parameters
- sheetIndex