item method

This method gets a cell in a table according to an index.

Defined in

TextTableCells

Syntax

public TextTableCell item(int index) throws SymphonyException

Parameters

int index

Specifies the index of the cell, the index sequence is from the beginning to the end of a row and then to the beginning of the next row, starting at 1.

Return Value

tableCell

A TextTableCell object that represents a cell.

Usage

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

See examples

Example: item method