Share via


Range.InRange Method

Determines if the range to which the method is applied is contained in the specified range.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Function InRange ( _
    Range As Range _
) As Boolean
'Usage
Dim instance As Range
Dim Range As Range
Dim returnValue As Boolean

returnValue = instance.InRange(Range)
bool InRange(
    Range Range
)

Parameters

Return Value

Type: System.Boolean

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.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace