match_entire_cell_contents property

match_entire_cell_contents property

Indicates whether to match entire cells contents

Definition:

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

See Also