SmartTagRecognizers Interface

A collection of SmartTagRecognizer objects that represent recognition engines that 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
<GuidAttribute("00024463-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface SmartTagRecognizers _
    Inherits IEnumerable
'Usage
Dim instance As SmartTagRecognizers
[GuidAttribute("00024463-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface SmartTagRecognizers : IEnumerable

Remarks

Use the SmartTagRecognizers property of the Application object to return a SmartTagRecognizers collection.

See Also

Reference

SmartTagRecognizers Members

Microsoft.Office.Interop.Excel Namespace