RemoveRegionAt Method

Summary

Removes a merged cell region from the sheet by its index. 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.removeRegionAt = function( 
   index 
) 
removeRegionAt( 
   index: number 
): void; 

Parameters

index

A zero-based index of the merged cell region to be removed. The index must be within the range of existing merged regions, from 0 to Count - 1.

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.