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

Reference

Commands type