Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / RightToLeft Property


In This Topic
    RightToLeft Property (IPaintingContext)
    In This Topic
    Gets a boolean value indicating whether the cell is in 'right to left' display mode.
    Syntax
    'Declaration
     
    
    ReadOnly Property RightToLeft As Boolean
    'Usage
     
    
    Dim instance As IPaintingContext
    Dim value As Boolean
     
    value = instance.RightToLeft
    bool RightToLeft {get;}
    See Also