Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / CellStyle Class / RightToLeft Property

In This Topic
    RightToLeft Property (CellStyle)
    In This Topic
    Gets or sets the value of GrapeCity.Documents.Text.TextLayout.RightToLeft. The default is false.
    Syntax
    'Declaration
     
    Public Property RightToLeft As System.Boolean
    public System.bool RightToLeft {get; set;}
    See Also