Version

MergedCellsRegions Property

Gets the collection of merged cell ranges in this worksheet.
Syntax
public WorksheetMergedCellsRegionCollection MergedCellsRegions {get;}

Property Value

The collection of merged cell ranges in this worksheet.
Remarks

Use WorksheetMergedCellsRegionCollection.Add method to add new merged cell ranges to the worksheet.

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