TableRow.getSelection

void getSelection(out int rowTop, out int colLeft, out int rowBot, out int colRight) const

Gets the current selection range.

Parameters

rowTopOutput: top row of selection
colLeftOutput: left column of selection
rowBotOutput: bottom row of selection
colRightOutput: right column of selection