SubtotalTop Property

Office Open XML

The custom text that is displayed for the subtotals label

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

Syntax

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

See Also