SmartTag Members (2007 System)
Include Protected Members
Include Inherited Members
Represents a smart tag in Microsoft Office Excel.
The SmartTag type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the SmartTag class.
Top
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Overloaded. Stores information about the smart tag.
Searches text for recognized terms. (Inherited from SmartTagBase.)
Removes a regular expression recognizer from the smart tag. (Inherited from SmartTagBase.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets or sets an array of actions that are exposed by the smart tag. (Inherited from SmartTagBase.)
Gets the name of the smart tag. (Inherited from SmartTagBase.)
Gets the text from the cell that is sent to the recognizer.
Gets the collection of regular expressions that the smart tag will recognize. (Inherited from SmartTagBase.)
Infrastructure.
Infrastructure.
Gets a namespace that acts as a unique identifier for the smart tag. (Inherited from SmartTagBase.)
Gets the collection of string literals that the smart tag will recognize. (Inherited from SmartTagBase.)
Infrastructure.
Top