XlSmartTagDisplayMode Enumeration 

Specifies the display features for smart tags.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlSmartTagDisplayMode1 As XlSmartTagDisplayMode = XlSmartTagDisplayMode.xlButtonOnly

Syntax

Public Enum XlSmartTagDisplayMode
public enum XlSmartTagDisplayMode
public enum class XlSmartTagDisplayMode
public enum XlSmartTagDisplayMode
public enum XlSmartTagDisplayMode

Members

Member name Description
xlButtonOnly Displays only the button for smart tags.
xlDisplayNone Nothing is displayed for smart tags.
xlIndicatorAndButton Display the indicator and button for smart tags.

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