ReplaceInColumn
Contents
[
Hide
]
ReplaceInColumn(Regex, string, int, int)
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 |
Return Value
Replacement result
See Also
- class RedactionResult
- interface ICellularFormatInstance
- namespace GroupDocs.Redaction.Integration
- assembly GroupDocs.Redaction
ReplaceInColumn(Regex, string, int)
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 |
Return Value
Replacement result
See Also
- class RedactionResult
- interface ICellularFormatInstance
- namespace GroupDocs.Redaction.Integration
- assembly GroupDocs.Redaction