ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / AddCellStyle Method
Combination of one or more C1.Win.C1List.CellStyleFlag constants
C1.Win.C1List.Style object that specifies font and color attributes.

In This Topic
    AddCellStyle Method (C1ListBase)
    In This Topic
    Controls the font and color of cells within a list, column, or split according to value.
    Syntax
    'Declaration
     
    
    Public Sub AddCellStyle( _
       ByVal condition As CellStyleFlag, _
       ByVal style As Style _
    ) 
    public void AddCellStyle( 
       CellStyleFlag condition,
       Style style
    )

    Parameters

    condition
    Combination of one or more C1.Win.C1List.CellStyleFlag constants
    style
    C1.Win.C1List.Style object that specifies font and color attributes.
    See Also