SmartTagOptions.DisplaySmartTags Property

Definition

Returns or sets an XlSmartTagDisplayMode constant indicating the display features for smart tags.

public:
 property Microsoft::Office::Interop::Excel::XlSmartTagDisplayMode DisplaySmartTags { Microsoft::Office::Interop::Excel::XlSmartTagDisplayMode get(); void set(Microsoft::Office::Interop::Excel::XlSmartTagDisplayMode value); };
public Microsoft.Office.Interop.Excel.XlSmartTagDisplayMode DisplaySmartTags { get; set; }
Public Property DisplaySmartTags As XlSmartTagDisplayMode

Property Value

Remarks

XlSmartTagDisplayMode can be one of the following constants:

xlButtonOnly Displays only the button for smart tags.

xlDisplayNone Nothing is displayed for smart tags.

xlIndicatorAndButton Display the indicator and button for smart tags.

Applies to