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