Spread Silverlight Documentation
ReadingOrder Property (ExtendedFormat)


GrapeCity.Excel Namespace > ExtendedFormat Class : ReadingOrder Property
Gets or sets the text direction of the alignment.
Syntax
'Declaration
 
Public Property ReadingOrder As TextDirection
'Usage
 
Dim instance As ExtendedFormat
Dim value As TextDirection
 
instance.ReadingOrder = value
 
value = instance.ReadingOrder
public TextDirection ReadingOrder {get; set;}

Property Value

The test direction of the alignment.
See Also

Reference

ExtendedFormat Class
ExtendedFormat Members