GridDropZones Property

Office Open XML

A boolean that indicates whether the in-grid drop zones should be displayed at runtime, and whether classic layout is applied

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

Syntax

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

See Also