C1.Win.C1FlexGrid Namespace / CellStyleCollection Class / FrozenAlternate Property

In This Topic
FrozenAlternate Property (CellStyleCollection)
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
 
Remarks
This style is empty by default, so frozen cells are rendered using the Frozen style.
See Also