_Application.CommandUnderlines Property
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.
Returns or sets the state of the command underlines in Microsoft Excel for the Macintosh.
public:
property Microsoft::Office::Interop::Excel::XlCommandUnderlines CommandUnderlines { Microsoft::Office::Interop::Excel::XlCommandUnderlines get(); void set(Microsoft::Office::Interop::Excel::XlCommandUnderlines value); };
public Microsoft.Office.Interop.Excel.XlCommandUnderlines CommandUnderlines { get; set; }
Public Property CommandUnderlines As XlCommandUnderlines
Property Value
Remarks
XlCommandUnderlines can be one of these XlCommandUnderlines constants:
xlCommandUnderlinesOn
xlCommandUnderlinesOff
xlCommandUnderlinesAutomatic
In Microsoft Excel for Windows, reading this property always returns xlCommandUnderlinesOn, and setting this property to anything other than xlCommandUnderlinesOn is an error.