var value; // Type: selectionRight value = GC.Spread.Sheets.Commands.selectionRight;
var selectionRight : selectionRight;
var value; // Type: selectionRight value = GC.Spread.Sheets.Commands.selectionRight;
var selectionRight : selectionRight;
spread.commandManager().setShortcutKey("selectionRight", GC.Spread.Commands.Key.a, false, false, false, false);
Name | Description |
---|---|
canUndo boolean |
Indicates whether the command supports undo and redo operations. |
execute function |
Performs an execute or undo function. The arguments of the execute method are as follows.
|