Spread WPF 17
GrapeCity.Excel Namespace / IExcelTable Interface / AutoFilter Property


In This Topic
    AutoFilter Property (IExcelTable)
    In This Topic
    Gets or sets the auto filter information about the table.
    Syntax
    'Declaration
     
    Property AutoFilter As IExcelAutoFilter
    'Usage
     
    Dim instance As IExcelTable
    Dim value As IExcelAutoFilter
     
    instance.AutoFilter = value
     
    value = instance.AutoFilter
    IExcelAutoFilter AutoFilter {get; set;}
    See Also