IsPageField Property

Office Open XML

If the field is a page field.

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

Syntax

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

See Also