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

Reference

Commands type