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)

Syntax

'Declaration
Public Enumeration XlSmartTagDisplayMode
'Usage
Dim instance As XlSmartTagDisplayMode
public enum XlSmartTagDisplayMode

Members

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

See Also

Reference

Microsoft.Office.Interop.Excel Namespace