True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBDropdown Class / ClearRegexCellStyle Method
Combination of one or more CellStyleFlag enumerations.

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

    Parameters

    condition
    Combination of one or more CellStyleFlag enumerations.
    See Also