Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Forms Namespace / IScrollBar Interface / LargeChange Property
In This Topic
    LargeChange Property
    In This Topic
    Gets or sets a value to be added to or subtracted from the value of a RangeBase control.
    Syntax
    System.int LargeChange {get; set;}

    Property Value

    [0,30000]
    Remarks
    When the user clicks the Track of a ScrollBar, the Value property increases or decreases by the value of LargeChange.
    See Also