SmartTagRecognizer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents recognition engines which label data with types of information as you work in Microsoft Excel.
public interface class SmartTagRecognizer
[System.Runtime.InteropServices.Guid("00024462-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface SmartTagRecognizer
Public Interface SmartTagRecognizer
- Attributes
Remarks
Use the Item[Object](index
) property of the SmartTagRecognizers collection to return a single SmartTagRecognizer object.
Once a SmartTagRecognizer object is returned, you can determine if smart tag recognizers are enabled for the application.
Properties
_Default |
Reserved for internal use. |
Application |
Returns an Application object that represents the Microsoft Excel application. |
Creator |
Returns a 32-bit integer that indicates the application in which this object was created. |
Enabled |
True if the object is enabled. |
FullName |
Returns the name of the object, including its path on disk, as a string. |
Parent |
Returns the parent object for the specified object. |
progID |
Returns the programmatic identifiers for the object. |