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

Reference

Commands type