ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / CellStyleCollection Class / Frozen Property

In This Topic
    Frozen Property (CellStyleCollection)
    In This Topic
    Gets the style used to paint frozen cells (frozen cells are editable and selectable, but not scrollable).
    Syntax
    'Declaration
     
    Public ReadOnly Property Frozen As CellStyle
    public CellStyle Frozen {get;}
    See Also