[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IDisplayFormat.Orientation

Orientation Property

Orientation

Gets a value that represents the text orientation of the associated IRange object as displayed in the current user interface.

Declaration
int Orientation { get; }
ReadOnly Property Orientation As Integer
Examples
IRange range = worksheet.Range["A1"];
range.Value = "Test";
range.Orientation = 45;
int orientation = range.DisplayFormat.Orientation;