Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IconFilter Class
Members


In This Topic
    IconFilter Class
    In This Topic
    This element specifies the icon set and particular icon within that set to filter by. For any cells whose icon does not match the specified criteria, the corresponding rows shall be hidden from view when the filter is applied.
    Syntax
    'Declaration
     
    
    Public Class IconFilter 
       Inherits Filter
    'Usage
     
    
    Dim instance As IconFilter
    public class IconFilter : Filter 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Filter
          GrapeCity.Spreadsheet.IconFilter

    See Also