[]
Wraps all optional parameters in Find(object, IRange, FindOptions) .
public class FindOptions
Public Class FindOptions
| Name | Description |
|---|---|
| FindOptions() |
| Name | Description |
|---|---|
| LookAt | Can be one of the LookAt enum. |
| LookIn | Can be one of the FindLookIn enum. |
| MatchByte | True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents. |
| MatchCase | True to make the search case sensitive. The default value is False . |
| SearchDirection | The search direction. Can be one of the SearchDirection enum. |
| SearchFormat | The search format. The default value is null. |
| SearchOrder | Can be one of the SearchOrder enum. |