Method SetSelection
SetSelection(int, int, bool, ICommandContext?)
Moves the cursor to the given col/row in Table. Optionally starts a box selection (see MultiSelect).
public void SetSelection(int col, int row, bool extendExistingSelection, ICommandContext? ctx = null)
Parameters
colintColumn index.
rowintRow index.
extendExistingSelectionboolTrue to create a multi cell selection or adjust an existing one
ctxICommandContextThe command context.