ChartObject

This class represents an embedded chart object of a sheet.

Properties

Application through getApplication

Name through getName

Chart through getChart

Methods

remove

Creation and access
  • To create a chart object, use the Add method in ChartObjects.
  • To get a chart object, use the Item method in ChartObjects.

Usage

ChartObject provides access to a chart, and a method to remove the chart object.

See examples

Example: ChartObject