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