ReplaceInColumn
ReplaceInColumn(Regex, string, int, int)
用指定列和工作表中的给定替换替换所有匹配项。
public RedactionResult ReplaceInColumn(Regex regularExpression, string replacement, int column,
int sheet)
| 范围 | 类型 | 描述 |
|---|---|---|
| regularExpression | Regex | 用于搜索和替换的正则表达式 |
| replacement | String | 文本替换 |
| column | Int32 | 从零开始的列索引 |
| sheet | Int32 | 从零开始的工作表索引 |
返回值
替换结果
也可以看看
- class RedactionResult
- interface ICellularFormatInstance
- 命名空间 GroupDocs.Redaction.Integration
- 部件 GroupDocs.Redaction
ReplaceInColumn(Regex, string, int)
用所有工作表上指定列中的给定替换项替换所有匹配项。
public RedactionResult ReplaceInColumn(Regex regularExpression, string replacement, int column)
| 范围 | 类型 | 描述 |
|---|---|---|
| regularExpression | Regex | 用于搜索和替换的正则表达式 |
| replacement | String | 文本替换 |
| column | Int32 | 从零开始的列索引 |
返回值
替换结果
也可以看看
- class RedactionResult
- interface ICellularFormatInstance
- 命名空间 GroupDocs.Redaction.Integration
- 部件 GroupDocs.Redaction