CellColumnRedaction class
CellColumnRedaction class
Represents a text redaction that replaces text in a spreadsheet documents (CSV, Excel, etc.).
Inheritance: CellColumnRedaction →
TextRedaction →
Redaction
The CellColumnRedaction type exposes the following members:
Properties
| Property | Description |
|---|---|
| description | Returns a string, describing the redaction and its parameters. |
| action_options | Gets the ReplacementOptions instance, specifying type of text replacement. |
| ocr_connector | Gets or sets the IOcrConnector implementation, required to extract text from graphic content. |
| filter | Gets the column and worksheet filter. |
Methods
| Method | Description |
|---|---|
| apply_to | Applies the redaction to a given format instance. |
Remarks
Learn more | | | |
Example
The following example demonstrates removing user emails from a second column on “Customers” worksheet of a spreadsheet document.
See Also
- module
groupdocs.redaction.redactions - class
CellColumnRedaction - class
IOcrConnector - class
Redaction - class
ReplacementOptions - class
TextRedaction