match_entire_cell_contents属性

match_entire_cell_contents属性

指示是否匹配整个单元格的内容

注意事项

默认值为 true。

定义:

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

也可以看看