ignore_error property

ignore_error property

Indicates whether errors encountered while calculating formulas should be ignored. The error may be unsupported function, external links, etc. The default value is true.

Definition:

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

See Also