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

Public method

SmartTag

Initializes a new instance of the SmartTag class.

Top

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Protected method

PersistTag

Overloaded. Stores information about the smart tag.

Protected method

Recognize

Searches text for recognized terms. (Inherited from SmartTagBase.)

Public method

Remove

Removes a regular expression recognizer from the smart tag. (Inherited from SmartTagBase.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

Actions

Gets or sets an array of actions that are exposed by the smart tag. (Inherited from SmartTagBase.)

Public property

Caption

Gets the name of the smart tag. (Inherited from SmartTagBase.)

Protected property

CellText

Gets the text from the cell that is sent to the recognizer.

Public property

Expressions

Gets the collection of regular expressions that the smart tag will recognize. (Inherited from SmartTagBase.)

Protected property

InsideRecognize

Infrastructure.

Protected property

RecognizerSite

Infrastructure.

Public property

SmartTagType

Gets a namespace that acts as a unique identifier for the smart tag. (Inherited from SmartTagBase.)

Public property

Terms

Gets the collection of string literals that the smart tag will recognize. (Inherited from SmartTagBase.)

Protected property

Text

Infrastructure.

Top

See Also

Reference

SmartTag Class

Microsoft.Office.Tools.Excel Namespace