XlSmartTagControlType Enumeration
Specifies 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
Public Enumeration XlSmartTagControlType
'Usage
Dim instance As XlSmartTagControlType
public enum XlSmartTagControlType
Members
Member name | Description | |
---|---|---|
xlSmartTagControlSmartTag | Smart tag. | |
xlSmartTagControlLink | Link. | |
xlSmartTagControlHelp | Help text. | |
xlSmartTagControlHelpURL | Absolute URL to Help file. | |
xlSmartTagControlSeparator | Separator. | |
xlSmartTagControlButton | Button. | |
xlSmartTagControlLabel | Label. | |
xlSmartTagControlImage | Image. | |
xlSmartTagControlCheckbox | Check box. | |
xlSmartTagControlTextbox | Text box. | |
xlSmartTagControlListbox | List box. | |
xlSmartTagControlCombo | Combo box. | |
xlSmartTagControlActiveX | ActiveX control. | |
xlSmartTagControlRadioGroup | Radio button (option button) group. |