TextSearchOptions.MatchCase Property
Indicates whether the search is case-sensitive.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Set MatchCase to true to find text that matches letter case. For example, a search for “myString” matches “myString” but not “mystring”.
See Also