[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IButton.Orientation

Orientation Property

Orientation

Gets or sets the text orientation.

Use this property to determine how the button text is displayed, such as upward, downward, vertical, horizontal, or automatic.

Not all values are supported by the *.ssjson format.

Declaration
TickLabelOrientation Orientation { get; set; }
Property Orientation As TickLabelOrientation
Examples
IButton button = worksheet.Controls.AddButton(20, 20, 120, 24);
button.Orientation = TickLabelOrientation.OrientationVertical;
TickLabelOrientation orientation = button.Orientation;