RemoveRegion Method

Summary

Removes a merged cell region from the sheet. This method allows for dynamically unmerging cells that were previously merged, aiding in the restructuring or reformatting of the sheet's content.

Syntax

TypeScript
JavaScript
MergedCellRegions.prototype.removeRegion = function( 
   range 
) 
removeRegion( 
   range: CellRange 
): void; 

Parameters

range

A CellRange object specifying the start and end cells of the region to be removed.

Requirements

Target Platforms

See Also

MergedCellRegions Class

MergedCellRegions 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.