AddRegexCellStyle Method (C1TrueDBGrid)
In This Topic
Controls the
Style used to change the appearance of cells according to their contents.
Syntax
'Declaration
Public Sub AddRegexCellStyle( _
ByVal As CellStyleFlag, _
ByVal As Style, _
ByVal As System.String _
)
public void AddRegexCellStyle(
CellStyleFlag ,
Style ,
System.string
)
Parameters
- condition
- Combination of one or more CellStyleFlag enumerations.
- style
- Style object that specifies appearance attributes.
- regex
- A regular expression string.
See Also