ErrorString Property
ErrorString
Get or sets a String value that represents the string displayed in cells that contain errors when the DisplayErrorString property is true .
Declaration
public string ErrorString { get; set; }
Public Property ErrorString As String