Click or drag to resize
TextRangeInRange Method
Determines whether this range is within or at the same text as a specified range.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public bool InRange(
	TextRange other
)

Parameters

other
Type: TextObjectModelTextRange
Text that is compared to the current range.

Return Value

Type: Boolean
The comparison result.
Exceptions
ExceptionCondition
ArgumentNullExceptionother is null.
See Also