Index Property

Office Open XML

[Missing <summary> documentation for "P:OfficeOpenXml.Table.PivotTable.ExcelPivotTableField.Index"]

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

Syntax

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

See Also