Spread Windows Forms 12.0 Product Documentation
ReadingOrder Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Alignment Structure : ReadingOrder Property
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
public TextReadingOrder ReadingOrder {get; set;}

Property Value

The reading order.
See Also

Reference

Alignment Structure
Alignment Members