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

Reference

Commands type