Version

WorksheetMergedCellsRegion Class

Represents a merged region of cells, or cells which share a value and format and appear as one cell when viewed in Microsoft Excel.
Syntax
public class WorksheetMergedCellsRegion : WorksheetRegion 
Remarks

Merged cell regions cannot overlap (a cell can only belong to one merged cell region). In addition, ArrayFormula and WorksheetDataTable instances cannot be applied to merged cell regions.

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