Aspose::Cells::Cell::Replace method
Contents
[
Hide
]Cell::Replace(const U16String&, const U16String&, const ReplaceOptions&) method
Replace text of the cell with options.
void Aspose::Cells::Cell::Replace(const U16String &placeHolder, const U16String &newValue, const ReplaceOptions &options)
Parameter | Type | Description |
---|---|---|
placeHolder | const U16String& | Cell placeholder |
newValue | const U16String& | String value to replace |
options | const ReplaceOptions& | The replace options |
See Also
- Class Vector
- Class U16String
- Class ReplaceOptions
- Class Cell
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Cell::Replace(const char16_t*, const char16_t*, const ReplaceOptions&) method
Replace text of the cell with options.
void Aspose::Cells::Cell::Replace(const char16_t *placeHolder, const char16_t *newValue, const ReplaceOptions &options)
Parameter | Type | Description |
---|---|---|
placeHolder | const char16_t* | Cell placeholder |
newValue | const char16_t* | String value to replace |
options | const ReplaceOptions& | The replace options |
See Also
- Class Vector
- Class ReplaceOptions
- Class Cell
- Namespace Aspose::Cells
- Library Aspose.Cells for C++