Spread WPF 17
GrapeCity.Excel Namespace / IExcelCustomFilters Interface
Members


In This Topic
    IExcelCustomFilters Interface
    In This Topic
    Specifies an operator and a value
    Object Model
    IExcelCustomFilters Interface
    Syntax
    'Declaration
     
    Public Interface IExcelCustomFilters 
       Inherits IExcelFilter 
    'Usage
     
    Dim instance As IExcelCustomFilters
    public interface IExcelCustomFilters : IExcelFilter  
    Remarks
    There can be at most two customFilters specified, and in that case the parent element specifies whether the two conditions are joined by 'and' or 'or'. For any cells whose values do not meet the specified criteria, the corresponding rows shall be hidden from view when the filter is applied.
    See Also