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