FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Row Class / TextAlign Property

In This Topic
    TextAlign Property (Row)
    In This Topic
    Gets or sets a TextAlignEnum value that determines how text is aligned in scrollable cells on this row or column.
    Syntax
    'Declaration
     
    
    Public Property TextAlign As TextAlignEnum
    public TextAlignEnum TextAlign {get; set;}
    Remarks
    This property gets or sets the alignment value specified by the CellStyle object associated with the column.
    See Also