TableRow.visibleCells
void visibleCells(out int topRow, out int botRow, out int leftCol, out int rightCol) constGets the range of visible cells.
Parameters
topRow | Output: top visible row |
botRow | Output: bottom visible row |
leftCol | Output: left visible column |
rightCol | Output: right visible column |