GrapeCity.Xaml.SpreadSheet.Data
IgnoreCase Property


GrapeCity.Xaml.SpreadSheet.Data Namespace > TextCondition Class : IgnoreCase Property
Gets or sets whether to ignore case when performing the comparison.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property IgnoreCase As Boolean
'Usage
 
Dim instance As TextCondition
Dim value As Boolean
 
instance.IgnoreCase = value
 
value = instance.IgnoreCase
[DefaultValue()]
public bool IgnoreCase {get; set;}

Property Value

true if the comparison should ignore case when matching; otherwise, false. The default value is false.
See Also

Reference

TextCondition Class
TextCondition Members