PivotTable.ErrorString

PivotTable.ErrorString property

Gets the string displayed in cells that contain errors when the DisplayErrorString property is true.The default value is an empty string.

public string ErrorString { get; set; }

See Also