Back to Devexpress

SearchOptions.MatchCase Property

officefileapi-devexpress-dot-spreadsheet-dot-searchoptions-9dd9e408.md

latest1.7 KB
Original Source

SearchOptions.MatchCase Property

Gets or sets a value indicating whether the search is case-sensitive.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public bool MatchCase { get; set; }
vb
Public Property MatchCase As Boolean

Property Value

TypeDescription
Boolean

true , to perform a case-sensitive search; otherwise, false.

|

Remarks

Set the MatchCase property to true to find cell values whose capitalization matches. Thus, searching for “myString” matches the value “myString”, but not “mystring”.

For more information about how to perform a search in the document, see Find and Replace.

See Also

Range.Search*

Worksheet.Search*

IWorkbook.Search*

SearchOptions Class

SearchOptions Members

DevExpress.Spreadsheet Namespace