_Workbook.SmartTagOptions Property
Returns a SmartTagOptions object representing the options that can be performed with a smart tag.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property SmartTagOptions As SmartTagOptions
Get
'Usage
Dim instance As _Workbook
Dim value As SmartTagOptions
value = instance.SmartTagOptions
SmartTagOptions SmartTagOptions { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.SmartTagOptions