BaseItem Property

Office Open XML

Specifies the index to the base item when the ShowDataAs calculation is in use

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

Syntax

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

See Also