[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1TrueDBDropdown.AddRegexCellStyle

AddRegexCellStyle Method

AddRegexCellStyle(CellStyleFlag, Style, string)

Controls the Style used to change the appearance of cells according to their contents.

Declaration
public void AddRegexCellStyle(CellStyleFlag condition, Style style, string regex)
Public Sub AddRegexCellStyle(condition As CellStyleFlag, style As Style, regex As String)
Parameters
Type Name Description
CellStyleFlag condition

Combination of one or more CellStyleFlag enumerations.

Style style

Style object that specifies appearance attributes.

string regex

A regular expression string.