Range.InRange(Range) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the range to which the method is applied is contained in the specified range.
public:
bool InRange(Microsoft::Office::Interop::Word::Range ^ Range);
public bool InRange (Microsoft.Office.Interop.Word.Range Range);
abstract member InRange : Microsoft.Office.Interop.Word.Range -> bool
Public Function InRange (Range As Range) As Boolean
Parameters
- Range
- Range
Required Range object. The range to which you want to compare expression
.
Returns
Remarks
This method returns True if the range to which the method is applied is contained in the range specified by the Range
argument, and False if not.
This method determines whether the range or selection returned by expression is contained in the specified Range
by comparing the starting and ending character positions, as well as the story type.