Aspose::Cells::U16String::Insert method
U16String::Insert method
Returns a new string in which a specified string is inserted at a specified index position in this instance.
U16String Aspose::Cells::U16String::Insert(int32_t startIndex, const U16String &str) const
| Parameter | Type | Description |
|---|---|---|
| startIndex | int32_t | The zero-based index position of the insertion. |
| str | const U16String& | The string to insert. |
ReturnValue
A new string that is equivalent to this instance, but with value inserted at position startIndex.
See Also
- Class U16String
- Class Vector
- Class U16String
- Namespace Aspose::Cells
- Library Aspose.Cells for C++