MergedRegions Property

Summary

Provides access to the MergedCellRegions collection associated with the sheet. This property enables the management of merged cell regions within the sheet, offering functionalities to add, remove, or access merged regions.

Syntax

TypeScript
JavaScript
Object.defineProperty(Sheet.prototype, 'mergedRegions', 
	get: function() 
) 
mergedRegions: MergedCellRegions; // read-only 

Property Value

The MergedCellRegions collection of all merged cell regions within the sheet.

Remarks

This property is essential for comprehensive sheet formatting, allowing control and modification of merged cell regions. Through this property, merged regions can be dynamically managed, facilitating the creation of structures.

Requirements

Target Platforms

See Also

Sheet Class

Sheet Members

Leadtools.Document.SheetEditor Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.SheetEditor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.