GrapeCity.Xaml.Excel
GetSheetCharts Method (IExcelWorksheet)


GrapeCity.Excel Namespace > IExcelWorksheet Interface : GetSheetCharts Method
Returns all charts defined in the current worksheet.
Syntax
'Declaration
 
Function GetSheetCharts() As List(Of IExcelChart)
'Usage
 
Dim instance As IExcelWorksheet
Dim value As List(Of IExcelChart)
 
value = instance.GetSheetCharts()
List<IExcelChart> GetSheetCharts()
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members