This topic has not yet been rated - Rate this topic

endOffset property

Retrieves the ending boundary point relative to the IHTMLDOMRange::startContainer in the current range.

Document Object Model (DOM) Level 2 Traversal and Range Specification, Section 2.13Internet Explorer 9

Syntax

HRESULT value = object.get_endOffset(* lOffset);

Property values

Type: long

the end offset value.

Standards information

Remarks

If the boundary point offset is within a container that is not a character data node, the offset is a count based on where it falls between child nodes. For example, the offset is 0 if it falls before the first child, and 1 if it is between the first and second child. If the offset is within a character data node container, the value represents 16-bit unit positions.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.