item method

This method returns a spreadsheet opened in Lotus Symphony by the index parameter.

Defined in

Spreadsheets

Syntax

public Spreadsheet item(int index) throws SymphonyException

Parameters

int index

Specifies the index of the spreadsheet to be returned, starting at 1.

Return Value

Spreadsheet

A Spreadsheet object that represents a spreadsheet

Usage

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

See examples

Example: item method