replace method
replace(self, place_holder, new_value, options)
Replace text of the cell with options.
def replace(self, place_holder, new_value, options):
...
Parameter | Type | Description |
---|---|---|
place_holder | System.String | Cell placeholder |
new_value | System.String | String value to replace |
options | aspose.cells.ReplaceOptions | The replace options |
See Also
- module
aspose.cells
- class
Cell