SmartTagOptions Interface

Represents the options that can be performed with smart tags.

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

Syntax

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

Remarks

Use the SmartTagOptions property of the Workbook object to return a SmartTagOptions object.

Once a SmartTagOptions object is returned, you can use the following properties to determine the display options of smart tags and whether or not to have smart tags embedded on the active workbook.

See Also

Reference

SmartTagOptions Members

Microsoft.Office.Interop.Excel Namespace