Cell.Replace

Cell.Replace method

Replace text of the cell with options.

public void Replace(string placeHolder, string newValue, ReplaceOptions options)
ParameterTypeDescription
placeHolderStringCell placeholder
newValueStringString value to replace
optionsReplaceOptionsThe replace options

See Also