ChartObjects property

This property returns a ChartObjects object that represents a collection of all the embedded charts of the sheet.

Defined in

Sheet

Data type

ChartObjects

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

Example: ChartObjects property