item method

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

Defined in

TextTableColumns

Syntax

public TextTableColumn item(int index) throws SymphonyException

Parameters

int index

Specifies the index of the column, starting at 1.

Return Value

tableColumn

A TextTableColumn object that represents a column.

Usage

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

See examples

Example: item method