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