Worksheet.Replace
Worksheet.Replace method
Replaces all cells’ text with a new string.
public int Replace(string oldString, string newString)
Parameter | Type | Description |
---|---|---|
oldString | String | Old string value. |
newString | String | New string value. |
See Also
- class Worksheet
- namespace Aspose.Cells
- assembly Aspose.Cells