Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / HorizontalScrollBarHeight Property


In This Topic
HorizontalScrollBarHeight Property (FpSpread)
In This Topic
Gets or sets the height of horizontal scroll bars in this component.
Syntax
'Declaration
 
Public Property HorizontalScrollBarHeight As Integer
 
'Usage
 
Dim instance As FpSpread
Dim value As Integer
 
instance.HorizontalScrollBarHeight = value
 
value = instance.HorizontalScrollBarHeight
See Also