is_error_value property

is_error_value property

Checks if the value of this cell is an error.

Remarks

Also applies to formula cell to check whether the calculated result is an error.

Definition:

@property
def is_error_value(self):
    ...

See Also