SubTotalFunctions Property

Office Open XML

Enumeration of the different subtotal operations that can be applied to page, row or column fields

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

Syntax

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

See Also