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

In This Topic
    ClearCellStyle Method (C1Combo)
    In This Topic
    Removes a cell condition established with a previous call to the AddCellStyle method.
    Syntax
    'Declaration
     
    
    Public Sub ClearCellStyle( _
       ByVal conditional As CellStyleFlag _
    ) 
    public void ClearCellStyle( 
       CellStyleFlag conditional
    )

    Parameters

    conditional
    See Also