CellColumnRedaction Constructor |
Initializes a new instance of CellColumnRedaction class.
Namespace: GroupDocs.Redaction.RedactionsAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 21.9
Syntaxpublic CellColumnRedaction(
CellFilter filter,
Regex regEx,
ReplacementOptions options
)
Public Sub New (
filter As CellFilter,
regEx As Regex,
options As ReplacementOptions
)
public:
CellColumnRedaction(
CellFilter^ filter,
Regex^ regEx,
ReplacementOptions^ options
)
new :
filter : CellFilter *
regEx : Regex *
options : ReplacementOptions -> CellColumnRedaction
Parameters
- filter
- Type: GroupDocs.Redaction.RedactionsCellFilter
Column and worksheet filter - regEx
- Type: System.Text.RegularExpressionsRegex
Regular expression to search and replace - options
- Type: GroupDocs.Redaction.RedactionsReplacementOptions
Replacement options
See Also