XlCommandUnderlines Enumeration
Specifies the state of the command underlines in Microsoft Excel for the Macintosh.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlCommandUnderlines
'Usage
Dim instance As XlCommandUnderlines
public enum XlCommandUnderlines
Members
Member name | Description | |
---|---|---|
xlCommandUnderlinesAutomatic | Excel controls the display of command underlines. | |
xlCommandUnderlinesOff | Command underlines are not displayed. | |
xlCommandUnderlinesOn | Command underlines are displayed. |