BaseField Property

Office Open XML

Field index. Reference to the field collection

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

Syntax

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

See Also