Gets or sets a value indicating whether text value comparison is case-sensitive.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool CaseSensitive { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CaseSensitive As Boolean |
true to use case-sensitive comparison for strings; otherwise, false. The default is false.
See Also