TableRow.visibleCells

void visibleCells(out int topRow, out int botRow, out int leftCol, out int rightCol) const

Gets the range of visible cells.

Parameters

topRowOutput: top visible row
botRowOutput: bottom visible row
leftColOutput: left visible column
rightColOutput: right visible column