←Select platform

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

C#
C++/CLI
Python
public void RemoveRegionAt( 
   int index 
) 
public:  
   void RemoveRegionAt( 
      Int32 index 
   ) 
def RemoveRegionAt(self,index): 

Parameters

index

An int representing the 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.LEADOffice.Sheet Namespace

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

Leadtools.Document.LEADOffice Assembly

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