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

Reference

Commands type