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)

Usage

Public Class martTagOptionsImplementation
    Implements SmartTagOptions
End Class
Dim martTagOptionsImplementation1 As New martTagOptionsImplementation()

Syntax

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

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

SmartTagOptions Members