←Select platform

GetRegionAt Method

Summary

Retrieves the CellRange representing the merged cell region at the specified index within the sheet.

Syntax

C#
C++/CLI
Python
public CellRange GetRegionAt( 
   int index 
) 
public:  
   CellRange^ GetRegionAt( 
      Int32 index 
   ) 
def GetRegionAt(self,index): 

Parameters

index

An int representing the zero-based index of the merged cell region to retrieve. The index must be within the valid range of existing merged regions, from 0 to Count - 1.

Return Value

An object representing the range of cells encompassed by the merged region at the given index.

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.