Spread.Sheets Documentation
navigationDown Field
GC.Spread.Sheets Namespace > Commands type : navigationDown Field
Represents the command used to move the active cell to the next row.
Syntax
var value; // Type: navigationDown
value = GC.Spread.Sheets.Commands.navigationDown;
var navigationDown : navigationDown;
Example
This example maps the navigationDown key.
spread.commandManager().setShortcutKey('navigationDown', GC.Spread.Commands.Key.tab, false, false, false, false); // Tab key
spread.commandManager().setShortcutKey('navigationBottom', GC.Spread.Commands.Key.tab, false, true, false, false); // Shift key and Tab key
See Also

Reference

Commands type