ReplaceInColumn
Leave feedback
On this page
Replaces all matches with a given replacement in the specified column and worksheet.
public RedactionResult ReplaceInColumn(Regex regularExpression, string replacement, int column,
int sheet)
| Parameter | Type | Description |
|---|---|---|
| regularExpression | Regex | Regular expression to search and replace |
| replacement | String | Textual replacement |
| column | Int32 | Zero-based column index |
| sheet | Int32 | Zero-based worksheet index |
Replacement result
- class RedactionResult
- interface ICellularFormatInstance
- namespace GroupDocs.Redaction.Integration
- assembly GroupDocs.Redaction
Replaces all matches with a given replacement in the specified column on all worksheets.
public RedactionResult ReplaceInColumn(Regex regularExpression, string replacement, int column)
| Parameter | Type | Description |
|---|---|---|
| regularExpression | Regex | Regular expression to search and replace |
| replacement | String | Textual replacement |
| column | Int32 | Zero-based column index |
Replacement result
- class RedactionResult
- interface ICellularFormatInstance
- namespace GroupDocs.Redaction.Integration
- assembly GroupDocs.Redaction
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.