Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / VerticalScrollBarWidth Property


In This Topic
    VerticalScrollBarWidth Property (FpSpread)
    In This Topic
    Gets or sets the width of vertical scroll bars in this component.
    Syntax
    'Declaration
     
    
    Public Property VerticalScrollBarWidth As Integer
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Integer
     
    instance.VerticalScrollBarWidth = value
     
    value = instance.VerticalScrollBarWidth
    public int VerticalScrollBarWidth {get; set;}
    See Also