_Application.CommandUnderlines 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置 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
属性值
注解
XlCommandUnderlines 可以是以下 XlCommandUnderlines 常量之一:
xlCommandUnderlinesOn
xlCommandUnderlinesOff
xlCommandUnderlinesAutomatic
在 Microsoft Excel for Windows 中,该属性总是返回 xlCommandUnderlinesOn,该属性只能设置为 xlCommandUnderlinesOn,不允许设置为其他任何值。