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

Reference

Commands type