go
Expand Minimize
1 out of 243 rated this helpful - Rate this topic

deleteData method

Removes a specified range of characters from the object.

Document Object Model (DOM) Level 3 Core Specification, Section 1.4

Syntax

object.deleteData(offset, Count)

Parameters

offset [in]

Type: Integer

Integer that specifies the offset from which to start.

Count [in]

Type: Integer

Integer that specifies the number of characters to remove.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Standards information

Remarks

deleteData was introduced in Microsoft Internet Explorer 6

Upon success of this method, the data and length properties reflect the change.

See also

comment
TextNode

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.