RowGrandTotals Property

Office Open XML

If the grand totals should be displayed for the PivotTable rows

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

Syntax

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

See Also