Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ColorFilter Class / ByFillColor Property


In This Topic
    ByFillColor Property
    In This Topic
    Gets or sets a value indicating whether filter by the cell's fill color. .
    Syntax
    'Declaration
     
    
    Public Property ByFillColor As Boolean
    'Usage
     
    
    Dim instance As ColorFilter
    Dim value As Boolean
     
    instance.ByFillColor = value
     
    value = instance.ByFillColor
    public bool ByFillColor {get; set;}

    Property Value

    true if filter by the cell's fill color. ; otherwise, false.
    See Also