[]
Represents a scroll bar control.
public interface IScrollBar : IFormControl, IDrawingObject
Public Interface IScrollBar
Inherits IFormControl, IDrawingObject
Name | Description |
---|---|
LargeChange | 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). |
LinkedCell | Gets or sets the worksheet range linked to the control's value. If you place a value in the cell, the control takes this value. Likewise, if you change the value of the control, that value is also placed in the cell. |
Max | Gets or sets the maximum value of a scroll bar or spinner range. |
Min | Gets or sets the minimum value of a scroll bar or spinner range. |
SmallChange | Gets or sets the amount that the scroll bar or spinner is incremented or decremented for a line scroll (when the user chooses an arrow). |
Value | Gets or sets an integer value that represents the value of the specified control. |