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

Reference

Commands type