Share via


TextRange.inRange Method

SharePoint Designer Developer Reference

Returns True if the TextRange object specified in the range argument is contained in the original range.

Syntax

expression.inRange(range)

expression   Required. A variable that represents a TextRange object.

Parameters

Name Required/Optional Data Type Description
range Required TextRange The range that may be contained within the specified parent TextRange object.

Return Value
Boolean

See Also