ChartObjects

This class represents a collection of all the chart objects of a sheet.

Properties

Application through getApplication

Count through getCount

Methods

add

item

remove

Access

To get all the chart objects of a sheet, use the ChartObjects property in the Sheet class.

Usage

ChartObjects provides access to chart objects, and methods to create chart objects and remove all the chart objects of a sheet.

See examples

Example: ChartObjects