Method ChangeSelectionByOffset
ChangeSelectionByOffset(int, int, bool)
Moves the SelectedRow and SelectedColumn by the provided offsets. Optionally starting a box selection (see MultiSelect)
public void ChangeSelectionByOffset(int offsetX, int offsetY, bool extendExistingSelection)