PageWrap Property

Office Open XML

The number of page fields to display before starting another row or column

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

Syntax

C#
public int PageWrap { get; set; }
Visual Basic (Declaration)
Public Property PageWrap As Integer
Visual C++
public:
property int PageWrap {
	int get ();
	void set (int value);
}

See Also