ShowDataTips Property

Office Open XML

If the tooltips should be displayed for PivotTable data cells.

Namespace:  OfficeOpenXml.Table.PivotTable
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public bool ShowDataTips { get; set; }
Visual Basic (Declaration)
Public Property ShowDataTips As Boolean
Visual C++
public:
property bool ShowDataTips {
	bool get ();
	void set (bool value);
}

See Also