[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IScrollBar.Orientation

Orientation Property

Orientation

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

Declaration
FormControlOrientation Orientation { get; set; }
Property Orientation As FormControlOrientation
Property Value
Type Description
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 .