Navigating Through Cells
The keyboard shortcuts and mouse operations listed in the table below can be used by end-users to move focus between cells.
Action | Effect |
---|---|
Clicking a cell. | Focuses the clicked cell. |
Pressing the Up, Down, Left or Right arrow keys. | Focuses a corresponding neighboring cell. |
Pressing the Page Down key. | Moves row focus one page down preserving the column focus. |
Pressing the Page Up key. | Moves row focus one page up preserving the column focus. |
Pressing the Home key. | Focuses the first cell within the current row. |
Pressing the End key. | Focuses the last cell within the current row. |
Pressing the Ctrl+Home key. | Focuses the first cell within the first row. |
Pressing the Ctrl+End key. | Focuses the last cell within the last row. |
Pressing the Tab or Shift+Tab key. | Moves focus based on the FocusCellOnCycle and FocusCellOnTab property values. |