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

In This Topic
    FrozenAlternate Property
    In This Topic
    Gets the style used to paint frozen cells (frozen cells are editable and selectable, but not scrollable) in alternate rows.
    Syntax
    'Declaration
     
    Public ReadOnly Property FrozenAlternate As CellStyle
    public CellStyle FrozenAlternate {get;}
    Remarks
    This style is empty by default, so frozen cells are rendered using the Frozen style.
    See Also