FindOptions Class

FindOptions class

Represents find options.


type FindOptions struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewFindOptionsDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetCaseSensitiveIndicates if the searched string is case sensitive.
SetCaseSensitiveIndicates if the searched string is case sensitive.
GetLookAtTypeLook at type.
SetLookAtTypeLook at type.
GetRangeGets and sets the searched range.
SetRangeSets the searched range.
IsRangeSetIndicates whether the searched range is set.
GetSearchBackwardWhether search backward for cells.
SetSearchBackwardWhether search backward for cells.
GetSearchOrderByRowsIndicates whether search order by rows or columns.
SetSearchOrderByRowsIndicates whether search order by rows or columns.
GetLookInTypeLook in type.
SetLookInTypeLook in type.
GetRegexKeyIndicates 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.
SetRegexKeyIndicates 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.
GetValueTypeSensitiveIndicates whether searched cell value type should be same with the searched key.
SetValueTypeSensitiveIndicates whether searched cell value type should be same with the searched key.
GetStyleThe format to search for.
SetStyleThe format to search for.
GetConvertNumericDataGets or sets a value that indicates whether converting the searched string value to numeric data.
SetConvertNumericDataGets or sets a value that indicates whether converting the searched string value to numeric data.