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

In This Topic
    AddRegexCellStyle Method (C1Combo)
    In This Topic
    Controls the font and color of cells within a list, column, or split according to their contents.
    Syntax
    'Declaration
     
    
    Public Sub AddRegexCellStyle( _
       ByVal conditional As CellStyleFlag, _
       ByVal style As Style, _
       ByVal regex As String _
    ) 
    public void AddRegexCellStyle( 
       CellStyleFlag conditional,
       Style style,
       string regex
    )

    Parameters

    conditional
    style
    regex
    See Also