Click or drag to resize
RangeMatchType Enumeration
Flags governing comparisons in a text range.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
[FlagsAttribute]
public enum RangeMatchType
Members
  Member nameValueDescription
None0Default.
MatchWord2Matches whole words.
MatchCase4Matches case.
MatchPattern8Matches regular expressions.
See Also