Types of keyboard behavior that can be added to the Excel Formula Wizard.
enum XLWIZEXUI_KEY_BEHAVIORS |
XLWIZEXUI_KEY_NEVER | 0 | There is no keyboard shortcut. |
XLWIZEXUI_KEY_IF_EMPTY | 1 | The keyboard shortcut only causes an action if the argument is currently empty. |
XLWIZEXUI_KEY_IF_NOT_REFERENCE | 2 | The keyboard shortcut only causes an action if the argument is currently either empty or contains a value. It is ignored if the argument contains a cell reference. |
XLWIZEXUI_KEY_ALWAYS | 3 | The keyboard shortcut always causes an action, regardless of the current state of the argument. |
Header: xlwizexui.h
xlwizexui.h | Extending the Excel Formula Wizard - Advanced Features