Spread.Sheets Documentation
navigationEnd Field
GC.Spread.Sheets Namespace > Commands type : navigationEnd Field
Represents the command used to move the active cell to the last column.
Syntax
var value; // Type: navigationEnd
value = GC.Spread.Sheets.Commands.navigationEnd;
var navigationEnd : navigationEnd;
Example
This example uses the navigationEnd method.
spread.commandManager().setShortcutKey('navigationEnd', GC.Spread.Commands.Key.tab,  false, false, false, false); // Tab key
See Also

Reference

Commands type