text 属性
text 属性
“text 包含”条件格式规则中的 text 值。 仅对 type = containsText、notContainsText、beginsWith 和 endsWith 有效。 默认值为空。
定义:
@property
def text(self):
...
@text.setter
def text(self, value):
...
“text 包含”条件格式规则中的 text 值。 仅对 type = containsText、notContainsText、beginsWith 和 endsWith 有效。 默认值为空。
@property
def text(self):
...
@text.setter
def text(self, value):
...