MindFusion.Wpf Pack Programmer's Guide
SortOptions.CaseSensitive Property
See Also
 





Gets or sets a value indicating whether text value comparison is case-sensitive.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool CaseSensitive { get; set; }

Visual Basic  Copy Code

Public Property CaseSensitive As Boolean

 Property Value

true to use case-sensitive comparison for strings; otherwise, false. The default is false.

 See Also

SortOptions Members
SortOptions Class
MindFusion.Spreadsheet.Wpf Namespace