GrapeCity.Xaml.SpreadSheet.Data
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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

TextCondition Class
TextCondition Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options