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


In This Topic
    LargeChange Property
    In This Topic
    Gets or sets the large change of the scrollbar.
    Syntax
    'Declaration
     
    
    Public Property LargeChange As Integer
    'Usage
     
    
    Dim instance As ScrollBar
    Dim value As Integer
     
    instance.LargeChange = value
     
    value = instance.LargeChange
    public int LargeChange {get; set;}
    See Also