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