PivotTable.DisplayContextTooltips Property

Definition

Controls whether or not tooltips are displayed for PivotTable cells. Read/write.

public:
 property bool DisplayContextTooltips { bool get(); void set(bool value); };
public bool DisplayContextTooltips { get; set; }
Public Property DisplayContextTooltips As Boolean

Property Value

Boolean

Remarks

If DisplayContextTooltips is set to False, contextual tooltips for PivotTable cells will not be displayed. If it is set to True, tooltips for PivotTable cells in the row, column, and data areas will be displayed.

Applies to