DataCaption Property

Office Open XML

Specifies the name of the value area field header in the PivotTable. This caption is shown when the PivotTable when two or more fields are in the values area.

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

Syntax

C#
public string DataCaption { get; set; }
Visual Basic (Declaration)
Public Property DataCaption As String
Visual C++
public:
property String^ DataCaption {
	String^ get ();
	void set (String^ value);
}

See Also