Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ShapeText.Orientation Property

Gets or sets the shape text’s orientation.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

ShapeTextOrientationType Orientation { get; set; }

Property Value

Type Description
ShapeTextOrientationType

One of the ShapeTextOrientationType enumeration values indicating the text orientation.

Remarks

Note

Currently, the Orientation option set to ShapeTextOrientationType.VerticalRightToLeft, ShapeTextOrientationType.HorizontalRotatedFarEast or ShapeTextOrientationType.VerticalFarEast is not taken into account when printing a document from the Spreadsheet components. However, these property values are saved to a file, so you can use Microsoft® Excel® or another spreadsheet application to load and print a document.

See Also