Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / FilterBar Property


In This Topic
    FilterBar Property
    In This Topic
    Gets the FilterBar object of the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FilterBar As FilterBar
    'Usage
     
    
    Dim instance As SheetView
    Dim value As FilterBar
     
    value = instance.FilterBar
    public FilterBar FilterBar {get;}
    See Also