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

Reference

Commands type