This method gets a column of the table according to an index.
Defined in
Syntax
public TextTableColumn item(int index) throws SymphonyException
Parameters
int index
Specifies the index of the column, starting at 1.
Usage
If the index is out of bounds, this method throws an exception.
See examples