SmartTag Object Members
Excel Developer Reference |
Represents an identifier that is assigned to a cell.
Methods
Name | Description | |
---|---|---|
Delete | Deletes the object. |
Properties
Name | Description | |
---|---|---|
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. | |
DownloadURL | Returns a String representing the Uniform Resource Locator (URL) for a smart tag. Read-only. | |
Name | Returns a String value that represents the name of the object. | |
Parent | Returns the parent object for the specified object. Read-only. | |
Properties | Returns a CustomProperties object representing the properties for a smart tag. Read-only | |
Range | Returns a Range object that represents the range the specified smart tag applies to. | |
SmartTagActions | Returns a SmartTagActions object the type of action for a selected smart tag. | |
XML | Returns a String value that represents a sample of the XML that would be passed to the action handler. |