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


In This Topic
    Max Property
    In This Topic
    Gets or sets the upper limit of values of the scrollable range.
    Syntax
    'Declaration
     
    
    Public Property Max As Integer
    'Usage
     
    
    Dim instance As ScrollBar
    Dim value As Integer
     
    instance.Max = value
     
    value = instance.Max
    public int Max {get; set;}
    See Also