Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IPivotTable Interface / NullString Property
In This Topic
    NullString Property
    In This Topic
    Returns or sets the string displayed in cells that contain null values when the PivotTable.DisplayNullString property is True. The default value is an empty string ("").
    Syntax
    System.string NullString {get; set;}
    See Also