Spread.Sheets Documentation
moveToPreviousCellThenControl Field
GC.Spread.Sheets Namespace > Commands type : moveToPreviousCellThenControl Field
Represents the command used to select the previous control if the active cell is the first visible cell; otherwise, move the active cell to the previous cell.
Syntax
var value; // Type: moveToPreviousCellThenControl
value = GC.Spread.Sheets.Commands.moveToPreviousCellThenControl;
var moveToPreviousCellThenControl : moveToPreviousCellThenControl;
Example
This example maps the moveToPreviousCellThenControl 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