FindOptions Class
Contents
[
Hide
]FindOptions class
Represents find options.
type FindOptions struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewFindOptions | Default constructor. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetCaseSensitive | Indicates if the searched string is case sensitive. |
| SetCaseSensitive | Indicates if the searched string is case sensitive. |
| GetLookAtType | Look at type. |
| SetLookAtType | Look at type. |
| GetRange | Gets and sets the searched range. |
| SetRange | Sets the searched range. |
| IsRangeSet | Indicates whether the searched range is set. |
| GetSearchBackward | Whether search backward for cells. |
| SetSearchBackward | Whether search backward for cells. |
| GetSearchOrderByRows | Indicates whether search order by rows or columns. |
| SetSearchOrderByRows | Indicates whether search order by rows or columns. |
| GetLookInType | Look in type. |
| SetLookInType | Look in type. |
| 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. |
| SetRegexKey | 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. |
| GetValueTypeSensitive | Indicates whether searched cell value type should be same with the searched key. |
| SetValueTypeSensitive | Indicates whether searched cell value type should be same with the searched key. |
| GetStyle | The format to search for. |
| SetStyle | The format to search for. |
| GetConvertNumericData | Gets or sets a value that indicates whether converting the searched string value to numeric data. |
| SetConvertNumericData | Gets or sets a value that indicates whether converting the searched string value to numeric data. |