Share via


SmartTag Object Members

Excel Developer Reference

Represents an identifier that is assigned to a cell.

Methods

  Name Description
Bb225680.methods(en-us,office.12).gif Delete Deletes the object.

Properties

  Name Description
Bb225680.properties(en-us,office.12).gif 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.
Bb225680.properties(en-us,office.12).gif DownloadURL Returns a String representing the Uniform Resource Locator (URL) for a smart tag. Read-only.
Bb225680.properties(en-us,office.12).gif Name Returns a String value that represents the name of the object.
Bb225680.properties(en-us,office.12).gif Parent Returns the parent object for the specified object. Read-only.
Bb225680.properties(en-us,office.12).gif Properties Returns a CustomProperties object representing the properties for a smart tag. Read-only
Bb225680.properties(en-us,office.12).gif Range Returns a Range object that represents the range the specified smart tag applies to.
Bb225680.properties(en-us,office.12).gif SmartTagActions Returns a SmartTagActions object the type of action for a selected smart tag.
Bb225680.properties(en-us,office.12).gif XML Returns a String value that represents a sample of the XML that would be passed to the action handler.