Spread WPF 17
GrapeCity.Excel Namespace / IExcelFilters Interface / Filter Property


In This Topic
    Filter Property (IExcelFilters)
    In This Topic
    Represents a filter criteria value.
    Syntax
    'Declaration
     
    Property Filter As List(Of String)
    'Usage
     
    Dim instance As IExcelFilters
    Dim value As List(Of String)
     
    instance.Filter = value
     
    value = instance.Filter
    List<string> Filter {get; set;}
    See Also