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
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.