cell method
Returns a TableCell representing the cell at the given position in the row or a null pointer if that cell does not exist. The first cell is cell 1.
cell(cellindex )
Parameters
unsigned long cellindex
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.
这对您有帮助吗?