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

Reference

Commands type