FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / CellStyleCollection Class / Alternate Property

In This Topic
    Alternate Property (CellStyleCollection)
    In This Topic
    Gets the style used to paint scrollable cells in alternate rows.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Alternate As CellStyle
    public CellStyle Alternate {get;}
    Remarks
    This style is empty by default, so all scrollable cells are rendered using the Normal style.
    See Also