Infragistics(R) NetAdvantage(R) WPF
MergedCellsRegions Property
See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace > Worksheet Class : MergedCellsRegions Property

Gets the collection of merged cell ranges in this worksheet.

Syntax

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.

Remarks

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

See Also