ErrorCaption Property

Office Open XML

The string to be displayed in cells that contain errors.

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

Syntax

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

See Also