EnableDrill Property

Office Open XML

If the user is prevented from drilling down on a PivotItem or aggregate value

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

Syntax

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

See Also