ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / ClearRegexCellStyle Method / ClearRegexCellStyle(CellStyleFlag) Method
Combination of one or more C1.Win.C1List.CellStyleFlag enumerations.

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

    Parameters

    condition
    Combination of one or more C1.Win.C1List.CellStyleFlag enumerations.
    See Also