Spread WPF 17
GrapeCity.Excel Namespace / ExcelTable Class / AutoFilter Property


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