Method MoveCursorByOffset
MoveCursorByOffset(int, int, bool, ICommandContext?)
Moves the cursor by the provided offsets. Optionally starting a box selection (see MultiSelect).
public bool MoveCursorByOffset(int offsetX, int offsetY, bool extendExistingSelection, ICommandContext? ctx)
Parameters
offsetXintOffset in number of columns
offsetYintOffset in number of rows
extendExistingSelectionboolTrue to create a multi cell selection or adjust an existing one
ctxICommandContextThe command context.