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

Reference

Commands type