ShowFilterBar Property (SheetSkin)
In This Topic
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;}
Example
This example gets the ShowFilterBar property.
See Also