[]
Controls the Style used to change the appearance of cells according to their contents.
public void AddRegexCellStyle(CellStyleFlag condition, Style style, string regex)
| 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. |