| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property MergedCellsRegions As WorksheetMergedCellsRegionCollection | |
| C# | |
|---|---|
public WorksheetMergedCellsRegionCollection MergedCellsRegions {get;} | |
Property Value
The collection of merged cell ranges in this worksheet.Use WorksheetMergedCellsRegionCollection.Add method to add new merged cell ranges to the worksheet.