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


In This Topic
    IgnoreCase Property
    In This Topic
    Gets or sets whether to ignore case when performing the comparison.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property IgnoreCase As Boolean
    'Usage
     
    Dim instance As TextCondition
    Dim value As Boolean
     
    instance.IgnoreCase = value
     
    value = instance.IgnoreCase
    [DefaultValue(false)]
    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