insertData Method
Inserts a string at the specified offset.
oXMLDOMCharacterData.insertData(offset, data);
HRESULT insertData(
long offset,
BSTR data
);
General Remarks
The length property is updated by this operation.
This method applies to the following objects and interfaces:
IXMLDOMCDATASection, IXMLDOMCharacterData, IXMLDOMComment, and IXMLDOMText.
See Also
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.