row method
Returns a row given its index. The first row is row 1.
row(rowIndex )
Parameters
unsigned long rowIndex
The index of the row.
Returns
TableRow. The indicated TableRow
Throws
TableException
INVALID_INDEX_ERR: Raised if rowIndex does not specify a row in this grid.
这对您有帮助吗?