cell(cellindex )
|
|
Parameters
|
unsigned longcellindex
The index of the cell desired. The first cell is cell 1.
|
Returns
|
TableCell. The cell.
|
Throws
|
TableException
INVALID_INDEX_ERR: Raised if index is less than one or greater than the number cells in the row.
|