This method gets a cell in a table according to an index.
Defined in
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.
Usage
If the index is out of bounds, this method throws an exception.
See examples