Spread Windows Forms 17
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
    public int HorizontalScrollBarHeight {get; set;}
    See Also