Aspose::Cells::FindOptions class

FindOptions class

Represents find options.

class FindOptions

Methods

MethodDescription
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.
GetSeachOrderByRows()Indicates whether search order by rows or columns.
GetSearchBackward()Whether search backward for cells.
GetStyle()The format to search for.
GetValueTypeSensitive()Indicates whether searched cell value type should be same with the searched key.
IsNull() constChecks whether the implementation object is nullptr.
IsRangeSet()Indicates whether the searched range is set.
explicit operator bool() constoperator 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.
SetSeachOrderByRows(bool value)Indicates whether search order by rows or columns.
SetSearchBackward(bool value)Whether search backward for cells.
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

FieldDescription
_implThe implementation object.

See Also