Aspose::Cells::U16String::Remove method
U16String::Remove method
Returns a new string in which a specified number of characters in the current instance beginning at a specified position have been deleted.
U16String Aspose::Cells::U16String::Remove(int32_t startIndex, int32_t count) const
| Parameter | Type | Description |
|---|---|---|
| startIndex | int32_t | The zero-based position to begin deleting characters. |
| count | int32_t | The number of characters to delete. |
ReturnValue
A new string that is equivalent to this instance except for the removed characters.
See Also
- Class U16String
- Class Vector
- Class U16String
- Namespace Aspose::Cells
- Library Aspose.Cells for C++