[]
        
(Showing Draft Content)

C1.Win.List.ListBase.C1ListBase.AddRegexCellStyle

AddRegexCellStyle Method

AddRegexCellStyle(CellStyleFlag, Style, string)

Controls the font and color of cells within a list, column, or split 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 constants

Style style

Style object that specifies font and color attributes.

string regex

A regular expression string.