IsRowField Property

Office Open XML

If the field is a row field

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

Syntax

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

See Also