XlCommandUnderlines Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the state of the command underlines in Microsoft Excel for the Macintosh.
public enum class XlCommandUnderlines
public enum XlCommandUnderlines
Public Enum XlCommandUnderlines
- Inheritance
-
XlCommandUnderlines
Fields
Name | Value | Description |
---|---|---|
xlCommandUnderlinesOff | -4146 | Command underlines are not displayed. |
xlCommandUnderlinesAutomatic | -4105 | Excel controls the display of command underlines. |
xlCommandUnderlinesOn | 1 | Command underlines are displayed. |