item method

This method gets a row of the table according to an index.

Defined in

TextTableRows

Syntax

public TextTableRow item(int index) throws SymphonyException

Parameters

int index

Specifies the index of the row, starting at 1.

Return Value

tableRow

A TextTableRow object that represents a row.

Usage

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

See examples

Example: item method