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

Reference

Commands type