System::Xml::XmlCharacterData::DeleteData method
XmlCharacterData::DeleteData method
Removes a range of characters from the node.
virtual void System::Xml::XmlCharacterData::DeleteData(int32_t offset, int32_t count)
Parameter | Type | Description |
---|---|---|
offset | int32_t | The position within the string to start deleting. |
count | int32_t | The number of characters to delete. |
See Also
- Class XmlCharacterData
- Namespace System::Xml
- Library Aspose.TeX for C++