Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatControlCommand Class / LargeChange Property


In This Topic
    LargeChange Property (FormatControlCommand)
    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
     
    
    Public Property LargeChange As Nullable(Of Integer)
    'Usage
     
    
    Dim instance As FormatControlCommand
    Dim value As Nullable(Of Integer)
     
    instance.LargeChange = value
     
    value = instance.LargeChange
    public Nullable<int> LargeChange {get; set;}
    See Also