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

Reference

Commands type