FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / RowCol Class / TextAlignFixed Property

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