_Application.CommandUnderlines プロパティ

定義

Macintosh 用の Microsoft Excel のコマンドの下線の状態を設定または返します。

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

Windows 版 Excel の場合、このプロパティは常に xlCommandUnderlinesOn を返します。このプロパティを xlCommandUnderlinesOn 以外の値に設定した場合、エラーが発生します。

適用対象