Index Property

Office Open XML

The index of the datafield

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

Syntax

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

See Also