Method MoveCursorToStartOfTable
MoveCursorToStartOfTable(bool, ICommandContext?)
Moves the cursor (or extends the selection) to the first cell in the table (0,0). If FullRowSelect is enabled then the cursor instead moves to (cursor.X, 0) — no horizontal scrolling.
public bool MoveCursorToStartOfTable(bool extend, ICommandContext? ctx)
Parameters
extendbooltrue to extend the current selection (if any) instead of replacing
ctxICommandContextThe command context