CompactData Property

Office Open XML

A boolean that indicates whether the field next to the data field in the PivotTable should be displayed in the same column of the spreadsheet

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

Syntax

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

See Also