addRange method
[This documentation is preliminary and is subject to change.]
Adds a Range to the current selection.
![]() ![]() |
Syntax
HRESULT retVal = object.addRange(oRange);
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 7.6.1
Parameters
oRange [in]
Type: IDispatchRange to add.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Windows Internet Explorer 9 does not currently support multiple or disjointed selections in standards mode. If addRange is applied to a selection that already contains a Range, the new Range is not added.
Build date: 1/26/2012
.png)
.png)