GetRegionAt Method

Summary

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

Syntax

TypeScript
JavaScript
MergedCellRegions.prototype.getRegionAt = function( 
   index 
) 
getRegionAt( 
   index: number 
): CellRange; 

Parameters

index

A 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 CellRange 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.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.