Spread Windows Forms 12.0 Product Documentation
MatchCase Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ISort Interface : MatchCase Property
Gets or sets a value indicating whether to perform a case-sensitive sort.
Syntax
'Declaration
 
Property MatchCase As Boolean
'Usage
 
Dim instance As ISort
Dim value As Boolean
 
instance.MatchCase = value
 
value = instance.MatchCase
bool MatchCase {get; set;}

Property Value

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

Reference

ISort Interface
ISort Members