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.
Object.defineProperty(Sheet.prototype, 'mergedRegions',
get: function()
)
The MergedCellRegions collection of all merged cell regions within the sheet.
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.