Gets the boolean value that indicates whether the filter bar is displayed.
Syntax
'Declaration
Public ReadOnly Property ShowFilterBar As Boolean
'Usage
Dim instance As SheetSkin
Dim value As Boolean
value = instance.ShowFilterBar
public bool ShowFilterBar {get;}
See Also