Version

WorksheetMergedCellsRegionCollection Class Members

The following tables list the members exposed by WorksheetMergedCellsRegionCollection.

Public Properties
 NameDescription
Public PropertyCountGets the number of merged cell regions in the collection.  
Public PropertyItemGets the merged cell region at the specified index.  
Public Methods
 NameDescription
Public MethodAddCreates new merged cell region and adds it to the collection.  
Public MethodClearClears all merged cell regions from the collection.  
Public MethodIsOverlappingWithMergedRegionChecks if any part of specified region is already a part of a merged cell region.  
Public MethodRemoveRemoves the specified merged cell region from the collection.  
Public MethodRemoveAtRemoves the merged cell region at the specified index from the collection.  
See Also