'Declaration Public Function GetSheetCharts() As System.Collections.Generic.List(Of IExcelChart)
'Usage Dim instance As ExcelWorksheet Dim value As System.Collections.Generic.List(Of IExcelChart) value = instance.GetSheetCharts()
public System.Collections.Generic.List<IExcelChart> GetSheetCharts()