replaceData Method
Replaces the specified number of characters with the supplied string.
oXMLDOMCharacterData.replaceData(offset, count, data);
HRESULT replaceData(
long offset,
long count,
BSTR data
);
General Remarks
This method applies to the following objects and interfaces:
IXMLDOMCDATASection, IXMLDOMCharacterData, IXMLDOMComment, and IXMLDOMText.
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.