Aspose::Cells::FindOptions class
Contents
[
Hide
]FindOptions class
Represents find options.
class FindOptions
Methods
Method | Description |
---|---|
FindOptions() | Default constructor. |
FindOptions(FindOptions_Impl* impl) | Constructs from an implementation object. |
FindOptions(const FindOptions& src) | Copy constructor. |
GetCaseSensitive() | Indicates if the searched string is case sensitive. |
GetConvertNumericData() | Gets or sets a value that indicates whether converting the searched string value to numeric data. |
GetLookAtType() | Look at type. |
GetLookInType() | Look in type. |
GetRange() | Gets and sets the searched range. |
GetRegexKey() | Indicates whether the searched key is regex. If true the searched key will be taken as regex and parsed. Otherwise the key will be parsed according to the rules in ms excel. |
GetSearchBackward() | Whether search backward for cells. |
GetSearchOrderByRows() | Indicates whether search order by rows or columns. |
GetStyle() | The format to search for. |
GetValueTypeSensitive() | Indicates whether searched cell value type should be same with the searched key. |
IsNull() const | Checks whether the implementation object is nullptr. |
IsRangeSet() | Indicates whether the searched range is set. |
explicit operator bool() const | operator bool() |
operator=(const FindOptions& src) | operator= |
SetCaseSensitive(bool value) | Indicates if the searched string is case sensitive. |
SetConvertNumericData(bool value) | Gets or sets a value that indicates whether converting the searched string value to numeric data. |
SetLookAtType(LookAtType value) | Look at type. |
SetLookInType(LookInType value) | Look in type. |
SetRange(const CellArea& ca) | Sets the searched range. |
SetRegexKey(bool value) | Indicates whether the searched key is regex. If true the searched key will be taken as regex and parsed. Otherwise the key will be parsed according to the rules in ms excel. |
SetSearchBackward(bool value) | Whether search backward for cells. |
SetSearchOrderByRows(bool value) | Indicates whether search order by rows or columns. |
SetStyle(const Style& value) | The format to search for. |
SetValueTypeSensitive(bool value) | Indicates whether searched cell value type should be same with the searched key. |
~FindOptions() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++