次の方法で共有


SmartTagOptions.DisplaySmartTags プロパティ

定義

スマート タグの表示機能を XlSmartTagDisplayMode 示す定数を設定または返します。

public:
 property Microsoft::Office::Interop::Excel::XlSmartTagDisplayMode DisplaySmartTags { Microsoft::Office::Interop::Excel::XlSmartTagDisplayMode get(); void set(Microsoft::Office::Interop::Excel::XlSmartTagDisplayMode value); };
public Microsoft.Office.Interop.Excel.XlSmartTagDisplayMode DisplaySmartTags { get; set; }
Public Property DisplaySmartTags As XlSmartTagDisplayMode

プロパティ値

注釈

XlSmartTagDisplayMode には、次のいずれかの定数を指定できます。

xlButtonOnly スマート タグのボタンのみを表示します。

xlDisplayNone スマート タグには何も表示されません。

xlIndicatorAndButton スマート タグのインジケーターとボタンを表示します。

適用対象