GrapeCity.Wpf.SpreadSheet Namespace / SortInfo Class / MatchCase Property


In This Topic
MatchCase Property (SortInfo)
In This Topic
Gets or sets a value indicating whether to perform a case-sensitive sort.
Syntax
'Declaration
 
<DefaultValueAttribute(False)>
Public Property MatchCase As Boolean
 
'Usage
 
Dim instance As SortInfo
Dim value As Boolean
 
instance.MatchCase = value
 
value = instance.MatchCase

Property Value

true if perform a case-sensitive sort; otherwise, false to perform non-case sensitive sort.
See Also