SmartTagAction Object Members
Excel Developer Reference |
Represents the actions that can be performed with smart tags.
Methods
Name | Description | |
---|---|---|
Execute | Executes the specified smart tag action |
Properties
Name | Description | |
---|---|---|
ActiveXControl | Returns an Object that represents an ActiveX control displayed in the Document Actions task pane. Read-only. | |
Application | When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only. | |
CheckboxState | Returns or sets a Boolean value that indicates whether a check box in a smart document is selected. Setting this property to True selects the check box. Setting this property to False clears the check box. Read/write Boolean. | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. Read-only Long. | |
ExpandHelp | Sets or returns a Boolean value that represents whether the specified smart document Help text control is expanded or collapsed in the Document Actions task pane. True indicates that the control is expanded. False indicates that the control is collapsed. | |
ListSelection | Sets or returns a Long value that represents the index number of the selected item in a smart document list box control. Read/write. | |
Name | Returns a String value that represents the name of the object. | |
Parent | Returns the parent object for the specified object. Read-only. | |
PresentInPane | Returns a Boolean value that represents whether a smart document control is currently displayed in the Document Actions task pane. Read-only. | |
RadioGroupSelection | Sets or returns a Long that represents the index number of the selected item in a group of radio button controls in a smart document. Read/write. | |
TextboxText | Sets or returns a String that represents the text in a smart document textbox control. Read/write. | |
Type | Returns an XlSmartTagControlType value that represents the type of Smart Document control displayed in the Document Actions task pane. |