XlsPivotTable
DisplayErrorString Property
|
True if the PivotTable report displays a custom error string in cells
that contain errors. The default value is False.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool DisplayErrorString { get; set; }
Public Property DisplayErrorString As Boolean
Get
Set
public:
property bool DisplayErrorString {
bool get ();
void set (bool value);
}
member DisplayErrorString : bool with get, set
Property Value
Type:
Boolean
See Also