Deletes the specified substring within the string data.
oXMLDOMCharacterData.deleteData(offset, count)
HRESULT deleteData( long offset, long count);
If the offset and count of characters specify a range beyond the end of the string, this method deletes only to the end of the string.
This operation also updates the length method.
IXMLDOMCharacterData Interface