CellColumnRedaction

CellColumnRedaction constructor

Initializes a new instance of CellColumnRedaction class.

public CellColumnRedaction(CellFilter filter, Regex regEx, ReplacementOptions options)
Parameter Type Description
filter CellFilter Column and worksheet filter
regEx Regex Regular expression to search and replace
options ReplacementOptions Replacement options

See Also