FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid 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