replace method

replace(self, old_string, new_string)

Replaces all cells’ text with a new string.


def replace(self, old_string, new_string):
    ...
ParameterTypeDescription
old_stringSystem.StringOld string value.
new_stringSystem.StringNew string value.

See Also