Spread WinForms 15
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
See Also