PivotTableDisplayNullString Property |
Indicates whether the PivotTable report displays a custom string
in cells that contain null values.
Namespace:
Aspose.Cells.Pivot
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool DisplayNullString { get; set; }
Public Property DisplayNullString As Boolean
Get
Set
public:
property bool DisplayNullString {
bool get ();
void set (bool value);
}
member DisplayNullString : bool with get, set
Property Value
Type:
Boolean
See Also