FindOptions.RegexKey

FindOptions.RegexKey property

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.

public bool RegexKey { get; set; }

See Also