Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ColorFilter Class
Members


In This Topic
    ColorFilter Class
    In This Topic
    This element specifies the color to filter by and whether to use the cell's fill or font color in the filter criteria. If the cell's font or fill color does not match the color specified in the criteria, the rows corresponding to those cells are hidden from view.
    Syntax
    'Declaration
     
    
    Public Class ColorFilter 
       Inherits Filter
    'Usage
     
    
    Dim instance As ColorFilter
    public class ColorFilter : Filter 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Filter
          GrapeCity.Spreadsheet.ColorFilter

    See Also