Spread.Sheets Documentation
moveToPreviousCell Field
GC.Spread.Sheets Namespace > Commands type : moveToPreviousCell Field
Represents the command used to move the active cell to the previous cell.
Syntax
var value; // Type: moveToPreviousCell
value = GC.Spread.Sheets.Commands.moveToPreviousCell;
var moveToPreviousCell : moveToPreviousCell;
Example
This example uses the moveToPreviousCell action.
spread.commandManager().setShortcutKey('moveToPreviousCell', GC.Spread.Commands.Key.a, false, false, false, false); // a
See Also

Reference

Commands type