IHTMLTxtRange::inRangeIHTMLTxtRange::inRange*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLTxtRange::getBookmark
*Next Topic: IHTMLTxtRange::isEqual

IHTMLTxtRange::inRange


HRESULT inRange(
    IHTMLTxtRange *Range,
    VARIANT_BOOL *InRange 
);

Determines whether the specified range is within or equal to the current range.

Range
Interface pointer of the range to test.
InRange
Address of a variable that receives TRUE if Range is within the current range, or FALSE if not.

See also IHTMLTxtRange


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.