item method

This method returns a sheet according to the index.

Defined in

Sheets

Syntax

public Sheet item(int index) throws SymphonyException

Parameters

int index

Specifies the index of the sheet, starting at 1.

Return Value

sheet

A Sheet object that represents a sheet.

Usage

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

See examples

Example: item method