TotalsRowFunction Property

Office Open XML

Build-in total row functions. To set a custom Total row formula use the TotalsRowFormula property

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

Syntax

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

See Also