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

Reference

Commands type