Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Alignment Structure / ReadingOrder Property


In This Topic
ReadingOrder Property (Alignment)
In This Topic
Gets or sets the reading order (bidirectionality) of the cell.
Syntax
'Declaration
 
Public Property ReadingOrder As TextReadingOrder
 
'Usage
 
Dim instance As Alignment
Dim value As TextReadingOrder
 
instance.ReadingOrder = value
 
value = instance.ReadingOrder

Property Value

The reading order.
See Also