Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / ScrollBar Class / Value Property


In This Topic
    Value Property (ScrollBar)
    In This Topic
    Gets or sets a numeric value that represents the current position of the scroll box on the scroll bar control.
    Syntax
    'Declaration
     
    
    Public Property Value As Integer
    'Usage
     
    
    Dim instance As ScrollBar
    Dim value As Integer
     
    instance.Value = value
     
    value = instance.Value
    public int Value {get; set;}
    See Also