[]
Removes a cell condition established with a previous call to the AddCellStyle(CellStyleFlag, Style) method.
public void ClearRegexCellStyle(CellStyleFlag condition)
Type | Name | Description |
---|---|---|
CellStyleFlag | condition | Combination of one or more CellStyleFlag enumerations. |
Removes a cell condition established with a previous call to the AddRegexCellStyle(CellStyleFlag, Style, string) method.
public void ClearRegexCellStyle(CellStyleFlag condition, string regex)
Type | Name | Description |
---|---|---|
CellStyleFlag | condition | Combination of one or more CellStyleFlag enumerations. |
string | regex | A regular expression string. |