Method ChangeSelectionToEndOfTable
ChangeSelectionToEndOfTable(bool)
Moves or extends the selection to the final cell in the table (nX,nY). If FullRowSelect is enabled then selection instead moves to (SelectedColumn,nY) i.e. no horizontal scrolling.
public void ChangeSelectionToEndOfTable(bool extend)
Parameters
extendbooltrue to extend the current selection (if any) instead of replacing