Spread WPF 17
GrapeCity.Excel Namespace / IExcelCustomFilters Interface / And Property


In This Topic
    And Property (IExcelCustomFilters)
    In This Topic
    Flags indicate these two condition are joined by 'and' or 'or'
    Syntax
    'Declaration
     
    Property And As Boolean
    'Usage
     
    Dim instance As IExcelCustomFilters
    Dim value As Boolean
     
    instance.And = value
     
    value = instance.And
    bool And {get; set;}
    See Also