[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IScrollBar

Interface IScrollBar

Namespace
GrapeCity.Documents.Excel.Forms
Assembly
GcDocs.Excel.dll

The scrollbar control.

public interface IScrollBar : IControl<IScrollBar>, IRangeBase, ICellLinkControl<int>, ICellLinkControl, IControl
Inherited Members

Properties

LargeChange

Gets or sets a value to be added to or subtracted from the value of a RangeBase control.

int LargeChange { get; set; }

Property Value

int

[0,30000]

Remarks

When the user clicks the Track of a ScrollBar, the Value property increases or decreases by the value of LargeChange.

Orientation

Gets or sets whether the IScrollBar is displayed horizontally or vertically.

FormControlOrientation Orientation { get; set; }

Property Value

FormControlOrientation

The default value depends on the initial width and height that is used to create this control. If width > height then the default value is Horizontal. Otherwise, Vertical .