ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / Column Class / StyleFixed Property

In This Topic
    StyleFixed Property (Column)
    In This Topic
    Gets the stock CellStyle used to paint fixed cells in this row or column.
    Syntax
    'Declaration
     
    Public Overridable Property StyleFixed As CellStyle
    public virtual CellStyle StyleFixed {get; set;}
    See Also