text 属性

text 属性

“text 包含”条件格式规则中的 text 值。 仅对 type = containsText、notContainsText、beginsWith 和 endsWith 有效。 默认值为空。

定义:

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

也可以看看