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

Reference

Commands type