Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / TextCondition Class / UseWildCards Property


In This Topic
    UseWildCards Property
    In This Topic
    Gets or sets whether to compare strings using wildcards.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property UseWildCards As Boolean
    'Usage
     
    Dim instance As TextCondition
    Dim value As Boolean
     
    instance.UseWildCards = value
     
    value = instance.UseWildCards
    [DefaultValue(true)]
    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.
    See Also