Spread.Sheets Documentation
moveToNextCellThenControl Field
GC.Spread.Sheets Namespace > Commands type : moveToNextCellThenControl Field
Represents the command used to select the next control if the active cell is the last visible cell; otherwise, move the active cell to the next cell.
Syntax
var value; // Type: moveToNextCellThenControl
value = GC.Spread.Sheets.Commands.moveToNextCellThenControl;
var moveToNextCellThenControl : moveToNextCellThenControl;
Example
This example maps the moveToNextCellThenControl action.
spread.commandManager().setShortcutKey('moveToNextCellThenControl', GC.Spread.Commands.Key.tab, false, false, false, false); // Tab key
spread.commandManager().setShortcutKey('moveToPreviousCellThenControl', GC.Spread.Commands.Key.tab, false, true, false, false); // Shift key and Tab key
See Also

Reference

Commands type