text property

text property

The text value in a “text contains” conditional formatting rule. Valid only for type = containsText, notContainsText, beginsWith and endsWith. The default value is null.

Definition:

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

See Also