PivotTable.DisplayNullString Property
True if the PivotTable report displays a custom string in cells that contain null values. The default value is True. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property DisplayNullString As Boolean
Get
Set
'Usage
Dim instance As PivotTable
Dim value As Boolean
value = instance.DisplayNullString
instance.DisplayNullString = value
bool DisplayNullString { get; set; }
Property Value
Type: System.Boolean
Remarks
Use the NullString property to set the custom null string.