IPivotTableOptions
ErrorString Property
|
Returns or sets the string displayed in cells that contain errors
when the DisplayErrorString property is True.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
string ErrorString { get; set; }
Property ErrorString As String
Get
Set
property String^ ErrorString {
String^ get ();
void set (String^ value);
}
abstract ErrorString : string with get, set
Property Value
Type:
String
See Also