Represents find options. More...
Inherits Object.
Public Member Functions | |
virtual bool | GetCaseSensitive ()=0 |
Indicates if the searched string is case sensitive. More... | |
virtual void | SetCaseSensitive (bool value)=0 |
Indicates if the searched string is case sensitive. More... | |
virtual Aspose::Cells::LookAtType | GetLookAtType ()=0 |
Look at type. More... | |
virtual void | SetLookAtType (Aspose::Cells::LookAtType value)=0 |
Look at type. More... | |
virtual intrusive_ptr< Aspose::Cells::ICellArea > | GetIRange ()=0 |
Gets the searched range. More... | |
virtual void | SetIRange (intrusive_ptr< Aspose::Cells::ICellArea > ca)=0 |
Sets the searched range. More... | |
virtual bool | IsRangeSet ()=0 |
Indicates whether the searched range is set. More... | |
virtual bool | GetSearchNext ()=0 |
Search order. True: search next. False: search previous. More... | |
virtual void | SetSearchNext (bool value)=0 |
Search order. True: search next. False: search previous. More... | |
virtual bool | GetSearchBackward ()=0 |
Whether search backward for cells. More... | |
virtual void | SetSearchBackward (bool value)=0 |
Whether search backward for cells. More... | |
virtual bool | GetSeachOrderByRows ()=0 |
Indicates whether search order by rows or columns. More... | |
virtual void | SetSeachOrderByRows (bool value)=0 |
Indicates whether search order by rows or columns. More... | |
virtual Aspose::Cells::LookInType | GetLookInType ()=0 |
Look in type. More... | |
virtual void | SetLookInType (Aspose::Cells::LookInType value)=0 |
Look in type. More... | |
virtual bool | GetRegexKey ()=0 |
Indicates whether the searched key is regex. If true then the searched key will be taken as regex. More... | |
virtual void | SetRegexKey (bool value)=0 |
Indicates whether the searched key is regex. If true then the searched key will be taken as regex. More... | |
virtual bool | GetValueTypeSensitive ()=0 |
Indicates whether searched cell value type should be same with the searched key. More... | |
virtual void | SetValueTypeSensitive (bool value)=0 |
Indicates whether searched cell value type should be same with the searched key. More... | |
virtual intrusive_ptr< Aspose::Cells::IStyle > | GetIStyle ()=0 |
The format to search for. More... | |
virtual void | SetIStyle (intrusive_ptr< Aspose::Cells::IStyle > value)=0 |
The format to search for. More... | |
virtual bool | GetConvertNumericData ()=0 |
Gets a value that indicates whether converting the searched string value to numeric data. More... | |
virtual void | SetConvertNumericData (bool value)=0 |
Sets a value that indicates whether converting the searched string value to numeric data. More... | |
Represents find options.
|
pure virtual |
Indicates if the searched string is case sensitive.
|
pure virtual |
Gets a value that indicates whether converting the searched string value to numeric data.
|
pure virtual |
Gets the searched range.
|
pure virtual |
The format to search for.
|
pure virtual |
Look at type.
|
pure virtual |
Look in type.
|
pure virtual |
Indicates whether the searched key is regex. If true then the searched key will be taken as regex.
|
pure virtual |
Indicates whether search order by rows or columns.
|
pure virtual |
Whether search backward for cells.
|
pure virtual |
Search order. True: search next. False: search previous.
|
pure virtual |
Indicates whether searched cell value type should be same with the searched key.
|
pure virtual |
Indicates whether the searched range is set.
|
pure virtual |
Indicates if the searched string is case sensitive.
|
pure virtual |
Sets a value that indicates whether converting the searched string value to numeric data.
|
pure virtual |
Sets the searched range.
ca | the searched range. |
|
pure virtual |
The format to search for.
|
pure virtual |
Look at type.
|
pure virtual |
Look in type.
|
pure virtual |
Indicates whether the searched key is regex. If true then the searched key will be taken as regex.
|
pure virtual |
Indicates whether search order by rows or columns.
|
pure virtual |
Whether search backward for cells.
|
pure virtual |
Search order. True: search next. False: search previous.
|
pure virtual |
Indicates whether searched cell value type should be same with the searched key.