item method

This method gets a chart object of a sheet according to the index parameter.

Defined in

ChartObjects

Syntax

public ChartObject item(int index) throws SymphonyException

Parameters

int index

Specifies the index of the chart object in the collection, starting at 1.

Return Value

chartobject

A ChartObject object that represents a chart object.

Usage

If the index is out of bounds, this method throws an exception.

See examples

Example: item method