Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IControlFormat Interface / LargeChange Property


In This Topic
    LargeChange Property (IControlFormat)
    In This Topic
    Gets or sets the amount that the scroll box increments or decrements for a page scroll (when the user clicks in the scroll bar body region).
    Syntax
    'Declaration
     
    
    Property LargeChange As Integer
    'Usage
     
    
    Dim instance As IControlFormat
    Dim value As Integer
     
    instance.LargeChange = value
     
    value = instance.LargeChange
    int LargeChange {get; set;}
    See Also