Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterBar Class / Height Property


In This Topic
Height Property (FilterBar)
In This Topic
Gets or sets the filter bar height.
Syntax
'Declaration
 
Public Property Height As Integer
 
'Usage
 
Dim instance As FilterBar
Dim value As Integer
 
instance.Height = value
 
value = instance.Height
See Also