Indicates if the searched string is case sensitive.
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.
getCaseSensitive/setCaseSensitive
public boolean getCaseSensitive() / public void setCaseSensitive(boolean value)
Indicates if the searched string is case sensitive.
getLookAtType/setLookAtType
public int getLookAtType() / public void setLookAtType(int value)
Look at type.
The value of the property is LookAtType integer constant.
isRangeSet
public boolean isRangeSet()
Indicates whether the searched range is set.
getSearchNext/setSearchNext
public boolean getSearchNext() / public void setSearchNext(boolean value)
Search order. True: search next. False: search previous.
NOTE: This member is now obsolete. Instead,
please use FindOptions.SearchBackward property.
This property will be removed 12 months later since November 2018.
Aspose apologizes for any inconvenience you may have experienced.
getSearchBackward/setSearchBackward
public boolean getSearchBackward() / public void setSearchBackward(boolean value)
Whether search backward for cells.
getSeachOrderByRows/setSeachOrderByRows
public boolean getSeachOrderByRows() / public void setSeachOrderByRows(boolean value)
Indicates whether search order by rows or columns.
getLookInType/setLookInType
public int getLookInType() / public void setLookInType(int value)
Look in type.
The value of the property is LookInType integer constant.
getRegexKey/setRegexKey
public boolean getRegexKey() / public void setRegexKey(boolean value)
Indicates whether the searched key is regex. If true then the searched key will be taken as regex.
getValueTypeSensitive/setValueTypeSensitive
public boolean getValueTypeSensitive() / public void setValueTypeSensitive(boolean value)
Indicates whether searched cell value type should be same with the searched key.
getStyle/setStyle
public StylegetStyle() / public void setStyle(Style value)
The format to search for.
getConvertNumericData/setConvertNumericData
public boolean getConvertNumericData() / public void setConvertNumericData(boolean value)
Gets or sets a value that indicates whether converting the searched string value to numeric data.