deleteData Method
Deletes specified data.
oXMLDOMCharacterData.deleteData(offset, count);
HRESULT deleteData(
long offset,
long count
);
General Remarks
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.
The length property for IXMLDOMNodeList is updated by this operation.
This method applies to the following objects and interfaces:
IXMLDOMCDATASection, IXMLDOMCharacterData, IXMLDOMComment, and IXMLDOMText.
See Also
length Property (IXMLDOMNodeList)
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.