Gets or sets a value indicating whether to perform a case-sensitive sort.
bool MatchCase {get; set;}
'Declaration
Property MatchCase As Boolean
'Usage
Dim instance As ISort
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.