ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / AddCellStyle Method

In This Topic
    AddCellStyle Method (C1Combo)
    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 conditional As CellStyleFlag, _
       ByVal style As Style _
    ) 
    public void AddCellStyle( 
       CellStyleFlag conditional,
       Style style
    )

    Parameters

    conditional
    style
    See Also