has_formula property

has_formula property

Indicates whether the text is formula if it starts with “=”.

Definition:

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

See Also