[]
[Enter] Cycle through every cell in a selection, moving from top left to bottom right. [Shift-Enter] Cycle through every cell in a selection, moving from bottom right to top left. [Tab] Move the active cell right one cell when there are multiple cells selected. [Shift-Tab] Move the active cell left one cell when there are multiple cells selected. [Ctrl-.] Cycle through every cell in a selection, moving from top left to bottom right.
public static readonly SpreadCommand MoveActiveCell
Public Shared ReadOnly MoveActiveCell As SpreadCommand
Type | Description |
---|---|
SpreadCommand | [Enter] Cycle through every cell in a selection, moving from top left to bottom right. [Shift-Enter] Cycle through every cell in a selection, moving from bottom right to top left. [Tab] Move the active cell right one cell when there are multiple cells selected. [Shift-Tab] Move the active cell left one cell when there are multiple cells selected. [Ctrl-.] Cycle through every cell in a selection, moving from top left to bottom right. |