error_string property

error_string property

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

Definition:

@property
def error_string(self):
    ...
@error_string.setter
def error_string(self, value):
    ...

See Also