XLL+ Class Library (7.0)

XLWIZEXUI_KEY_BEHAVIORS Enumeration

Types of keyboard behavior that can be added to the Excel Formula Wizard.

enum XLWIZEXUI_KEY_BEHAVIORS

Members

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.

Requirements

Header: xlwizexui.h

See Also

xlwizexui.h | Extending the Excel Formula Wizard - Advanced Features