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)

Usage

Public Class martTagRecognizerImplementation
    Implements SmartTagRecognizer
End Class
Dim martTagRecognizerImplementation1 As New martTagRecognizerImplementation()

Syntax

Public Interface SmartTagRecognizer
public interface SmartTagRecognizer
public interface class SmartTagRecognizer
public interface SmartTagRecognizer
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

SmartTagRecognizer Members