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

Reference

Commands type