SmartTagAction.Type Property
Returns an XlSmartTagControlType that represents the type of Smart Document control displayed in the Document Actions task pane.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Type As XlSmartTagControlType
Get
'Usage
Dim instance As SmartTagAction
Dim value As XlSmartTagControlType
value = instance.Type
XlSmartTagControlType Type { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.XlSmartTagControlType
Remarks
XlSmartTagControlType can be one of the following XlSmartTagControlType constants:
xlSmartTagControlActiveX
xlSmartTagControlButton
xlSmartTagControlCheckbox
xlSmartTagControlCombo
xlSmartTagControlHelp
xlSmartTagControlHelpURL
xlSmartTagControlImage
xlSmartTagControlLabel
xlSmartTagControlLink
xlSmartTagControlListbox
xlSmartTagControlRadioGroup
xlSmartTagControlSeparator
xlSmartTagControlSmartTag
xlSmartTagControlTextbox