item method

This method gets a table style from a spreadsheet according to an index.

Defined in

TableStyles

Syntax

public ChartObject item(int index)

Parameters

int index

Specifies the index of the table style in the collection, starting at 1.

Return Value

tablestyle

A TableStyle object that represents a table style.

Usage

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

See examples

Example: item method