This property returns a ChartObjects object that represents a collection of all the embedded charts of the sheet.
Defined in
Data type
Syntax
public ChartObjects getChartObjects()
Usage
Use the add method in the ChartObjects to create a new chart object.
Use the item method in the ChartObjects to access a chart object.
See examples