createRange method

Returns an empty range object that has both of its boundary points positioned at the beginning of the document.

 

Syntax

HRESULT retVal = object.createRange(oRange);

Parameters

  • oRange [out, retval]
    Type: Range

    Returns a Range object, if the method succeeds.

Return value

Type: HRESULT

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

Standards information