[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.FormControlOrientation

FormControlOrientation Enum

Specifies whether a form control is displayed horizontally or vertically.

This enum is used to configure orientation-dependent form controls such as IScrollBar through Orientation.

Namespace: GrapeCity.Documents.Excel.Forms
Assembly: DS.Documents.Excel.dll
Syntax
public enum FormControlOrientation
Public Enum FormControlOrientation
Examples
IScrollBar scrollBar = worksheet.Controls.AddScrollBar(50, 30, 120, 20);
scrollBar.Orientation = FormControlOrientation.Vertical;

Fields

Name Description
Horizontal

Control or layout should be horizontally oriented.

Vertical

Control or layout should be vertically oriented.