has_formula property

has_formula property

The property indicates whether text is a formula if it starts with ‘=’.

Definition:

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

See Also