[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.Split.ClearRegexCellStyle

ClearRegexCellStyle Method

ClearRegexCellStyle(CellStyleFlag)

Removes a cell condition established with a previous call to the AddCellStyle(CellStyleFlag, Style) method.

Declaration
public void ClearRegexCellStyle(CellStyleFlag condition)
Parameters
Type Name Description
CellStyleFlag condition

Combination of one or more CellStyleFlag enumerations.

ClearRegexCellStyle(CellStyleFlag, string)

Removes a cell condition established with a previous call to the AddRegexCellStyle(CellStyleFlag, Style, string) method.

Declaration
public void ClearRegexCellStyle(CellStyleFlag condition, string regex)
Parameters
Type Name Description
CellStyleFlag condition

Combination of one or more CellStyleFlag enumerations.

string regex

A regular expression string.