Spread.Sheets Documentation
selectionLast Field
GC.Spread.Sheets Namespace > Commands type : selectionLast Field
Represents the command used to extend the selection to the last cell.
Syntax
var value; // Type: selectionLast
value = GC.Spread.Sheets.Commands.selectionLast;
var selectionLast : selectionLast;
Example
This example uses the selectionLast action.
spread.focus();
spread.commandManager().setShortcutKey('selectionLast', GC.Spread.Commands.Key.a, false, false, false, false);
See Also

Reference

Commands type