TableRow.getSelection
void getSelection(out int rowTop, out int colLeft, out int rowBot, out int colRight) constGets the current selection range.
Parameters
rowTop | Output: top row of selection |
colLeft | Output: left column of selection |
rowBot | Output: bottom row of selection |
colRight | Output: right column of selection |