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


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