GrapeCity.Xaml.SpreadSheet.Data
UseWildCards Property


Gets or sets whether to compare strings using wildcards.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property UseWildCards As Boolean
'Usage
 
Dim instance As TextCondition
Dim value As Boolean
 
instance.UseWildCards = value
 
value = instance.UseWildCards
[DefaultValue()]
public bool UseWildCards {get; set;}

Property Value

true if the comparison should use a wild card for matching; otherwise, false. The default value is true.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

TextCondition Class
TextCondition Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options