This method gets a table style from a spreadsheet according to an index.
Defined in
Syntax
public ChartObject item(int index)
Parameters
int index
Specifies the index of the table style in the collection, starting at 1.
Usage
If the index is out of bounds, this method throws an exception.
See examples