SSpread.SetActionKey Method
| Explanation | Set a shortcut key to associate with a specific action. Shortcut keys are initially set as follows.
These actions can be used in cells in input mode. This method can disable these actions or assign a different key. | |||||||||||||
| Call format | SetActionKey(action, shift, ctrl, key) | |||||||||||||
| Return value | None | |||||||||||||
| Arguments | action | Action to associate a shortcut key Specify the following values.
| ||||||||||||
| shift | [Shift] key state ($TRUE or $FALSE) | |||||||||||||
| ctrl | [Ctrl] key state ($TRUE or $FALSE) | |||||||||||||
| key | Key associated with a specific action (any virtual key code can be used) | |||||||||||||
| Exception | EXT-1 | The argument of SetActionKey is invalid | ||||||||||||
| EXT-28 | An error occurred in the SetActionKey method | |||||||||||||
| Example of use | | |||||||||||||
| Related item | GetActionKey method | |||||||||||||