Spread WPF 17
GrapeCity.Excel Namespace / IExcelIconFilter Interface
Members


In This Topic
    IExcelIconFilter Interface
    In This Topic
    Specifies the icon set and particular icon within that set to filter by.
    Object Model
    IExcelIconFilter Interface
    Syntax
    'Declaration
     
    Public Interface IExcelIconFilter 
       Inherits IExcelFilter 
    'Usage
     
    Dim instance As IExcelIconFilter
    public interface IExcelIconFilter : IExcelFilter  
    Remarks
    For any cells whose icon does not match the specified criteria, the corresponding rows shall be hidden from view when the filter is applied.
    See Also