precision_as_displayed property

precision_as_displayed property

Indicates whether the precision of calculated result be set as they are displayed while calculating formulas.

Definition:

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

See Also