This method returns a spreadsheet opened in Lotus Symphony by the index parameter.
Defined in
Syntax
public Spreadsheet item(int index) throws SymphonyException
Parameters
int indexSpecifies the index of the spreadsheet to be returned, starting at 1.
Usage
If the index is out of bounds, this method throws an exception.
See examples