Share via


SmartTagAction.Type プロパティ

定義

XlSmartTagControlType[ドキュメント アクション] 作業ウィンドウに表示されるスマート ドキュメント コントロールの種類を表す を返します。

public:
 property Microsoft::Office::Interop::Excel::XlSmartTagControlType Type { Microsoft::Office::Interop::Excel::XlSmartTagControlType get(); };
public Microsoft.Office.Interop.Excel.XlSmartTagControlType Type { get; }
Public ReadOnly Property Type As XlSmartTagControlType

プロパティ値

注釈

XlSmartTagControlType は、次の XlSmartTagControlType クラスの定数のいずれかです。

xlSmartTagControlActiveX

xlSmartTagControlButton

xlSmartTagControlCheckbox

xlSmartTagControlCombo

xlSmartTagControlHelp

xlSmartTagControlHelpURL

xlSmartTagControlImage

xlSmartTagControlLabel

xlSmartTagControlLink

xlSmartTagControlListbox

xlSmartTagControlRadioGroup

xlSmartTagControlSeparator

xlSmartTagControlSmartTag

xlSmartTagControlTextbox

適用対象