Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / VerticalScrollBar Property


In This Topic
    VerticalScrollBar Property (FpSpread)
    In This Topic
    Gets the vertical scroll bar.
    Syntax
    'Declaration
     
    
    Public Property VerticalScrollBar As SpreadVScrollBar
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As SpreadVScrollBar
     
    instance.VerticalScrollBar = value
     
    value = instance.VerticalScrollBar
    public SpreadVScrollBar VerticalScrollBar {get; set;}
    See Also