'Declaration Public Sub AddRegexCellStyle( _ ByVal condition As CellStyleFlag, _ ByVal style As Style, _ ByVal regex As System.String _ )
public void AddRegexCellStyle( CellStyleFlag condition, Style style, System.string regex )
Parameters
- condition
- Combination of one or more CellStyleFlag enumerations.
- style
- Style object that specifies appearance attributes.
- regex
- A regular expression string.