FontSettingCollection.Replace
Replace(int, int, string)
Replace the text.
public void Replace(int index, int count, string text)
Parameter | Type | Description |
---|---|---|
index | Int32 | The start index. |
count | Int32 | The count of characters. |
text | String | The text. |
See Also
- class FontSettingCollection
- namespace Aspose.Cells.Drawing.Texts
- assembly Aspose.Cells
Replace(string, string)
Replace the text.
public void Replace(string oldValue, string newValue)
Parameter | Type | Description |
---|---|---|
oldValue | String | The old text. |
newValue | String | The new text. |
See Also
- class FontSettingCollection
- namespace Aspose.Cells.Drawing.Texts
- assembly Aspose.Cells