SmartTagRecognizer Interface

Represents recognition engines which label data with types of information as you work in Microsoft Excel.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00024462-0000-0000-C000-000000000046")> _
Public Interface SmartTagRecognizer
'Usage
Dim instance As SmartTagRecognizer
[InterfaceTypeAttribute()]
[GuidAttribute("00024462-0000-0000-C000-000000000046")]
public interface SmartTagRecognizer

Remarks

Use the Item(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.

See Also

Reference

SmartTagRecognizer Members

Microsoft.Office.Interop.Excel Namespace