value_type_sensitive property

value_type_sensitive property

Indicates whether searched cell value type should be same with the searched key.

Definition:

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

See Also