Version

IsOverlappingWithMergedRegion Method

Checks if any part of specified region is already a part of a merged cell region.
Syntax
public bool IsOverlappingWithMergedRegion( 
   int firstRow,
   int firstColumn,
   int lastRow,
   int lastColumn
)

Parameters

firstRow
The index of the first row of the merged cell region.
firstColumn
The index of the first column of the merged cell region.
lastRow
The index of the last row of the merged cell region.
lastColumn
The index of the last row column of the merged cell region.

Return Value

True if any part of specified region is a part of merged cell region; False otherwise.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also