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

ShapeTextParagraphFormat.ReadingOrder Property

Gets or sets the shape text paragraph’s reading order.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

ShapeTextReadingOrderType ReadingOrder { get; set; }

Property Value

Type Description
ShapeTextReadingOrderType

One of the ShapeTextReadingOrderType enumeration values indicating the reading order.

Remarks

Note

The ReadingOrder property is ignored when a workbook is displayed in the SpreadsheetControl. However, you can set this property in code and save its value to a file for further processing in Microsoft Excel or other spreadsheet application.

See Also