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

In This Topic
    AddCellStyle Method (C1List)
    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 CellStyleFlag constants
    style
    Style object that specifies font and color attributes.
    See Also