Spread WPF 17
GrapeCity.Excel Namespace / ExcelCustomFilters Class / And Property


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