is_case_sensitive property
is_case_sensitive property
Indicates if the searched string is case sensitive.
Remarks
NOTE: This member is now obsolete. Instead, please use FindOptions.CaseSensitive property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.
Definition:
@property
def is_case_sensitive(self):
...
@is_case_sensitive.setter
def is_case_sensitive(self, value):
...
See Also
- module
aspose.cells
- class
FindOptions