Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalStyleItem Class / IgnoreCase Property


In This Topic
    IgnoreCase Property
    In This Topic
    Gets or sets a value that indicates whether the item to match is case insensitive.
    Syntax
    'Declaration
     
    
    Public Property IgnoreCase As Boolean
    'Usage
     
    
    Dim instance As ConditionalStyleItem
    Dim value As Boolean
     
    instance.IgnoreCase = value
     
    value = instance.IgnoreCase
    public bool IgnoreCase {get; set;}

    Property Value

    true if matching is case insensitive; otherwise, false. The default value is false.
    See Also