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