replace method

replace(self, place_holder, new_value, options)

Replace text of the cell with options.


def replace(self, place_holder, new_value, options):
    ...
ParameterTypeDescription
place_holderSystem.StringCell placeholder
new_valueSystem.StringString value to replace
optionsaspose.cells.ReplaceOptionsThe replace options

See Also