PivotTable.DisplayContextTooltips Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.