[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.RangeBase.CompareLocationWith

CompareLocationWith Method

CompareLocationWith(RangeBase)

Compares this range location with another range location.

Declaration
public LocationRelation CompareLocationWith(RangeBase range)
Public Function CompareLocationWith(range As RangeBase) As LocationRelation
Parameters
Type Name Description
RangeBase range

The range to compare this range with.

Returns
Type Description
LocationRelation

A LocationRelation value representing the result of the comparison.

Remarks

Results returns compare that our current range applied on provided range. So, for example, result Contains mean our range contains provided range.