IPivotTableOptions
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
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool DisplayErrorString { get; set; }
Property DisplayErrorString As Boolean
Get
Set
property bool DisplayErrorString {
bool get ();
void set (bool value);
}
abstract DisplayErrorString : bool with get, set
Property Value
Type:
Boolean
See Also