_Application.SmartTagRecognizers Property
Returns a SmartTagRecognizers collection for an application.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property SmartTagRecognizers As SmartTagRecognizers
Get
'Usage
Dim instance As _Application
Dim value As SmartTagRecognizers
value = instance.SmartTagRecognizers
SmartTagRecognizers SmartTagRecognizers { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.SmartTagRecognizers