In This Topic
Gets the
GrapeCity.Spreadsheet.Charts.ICharts collection that represents all the charts in the specified workbook.
Syntax
'Declaration
ReadOnly Property Charts As ICharts
'Usage
Dim instance As IWorkbook
Dim value As ICharts
value = instance.Charts
See Also