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


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