IsIntersectedButNotOverlapMergedCell Method
In This Topic
Gets a boolean value indicates that the specified range intersects with a merged cell but not overlap it.
Syntax
Parameters
- row
- An integer value indicates the top row index of the reference.
- column
- An integer value indicates the left column index of the reference.
- row2
- An integer value indicates the bottom row index of the reference.
- column2
- An integer value indicates the right column index of the reference.
Return Value
true
if the specified range intersects with a merged cell but not overlap it.
See Also