IPivotTableOptions
DisplayNullString Property
|
True if the PivotTable report displays a custom string in cells
that contain null values. The default value is True.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool DisplayNullString { get; set; }
Property DisplayNullString As Boolean
Get
Set
property bool DisplayNullString {
bool get ();
void set (bool value);
}
abstract DisplayNullString : bool with get, set
Property Value
Type:
Boolean
See Also