Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColorFilterItem Class / FilterTextColor Property


In This Topic
    FilterTextColor Property
    In This Topic
    Gets or sets whether the filter is based on the cell forecolor or backcolor.
    Syntax
    'Declaration
     
    
    Public Property FilterTextColor As Boolean
    'Usage
     
    
    Dim instance As ColorFilterItem
    Dim value As Boolean
     
    instance.FilterTextColor = value
     
    value = instance.FilterTextColor
    public bool FilterTextColor {get; set;}
    See Also