Count Property

Summary

Gets the number of merged cell regions currently defined within the sheet. This property provides a quick way to assess how many distinct merged regions exist, facilitating operations that involve iterating over or managing these regions.

Syntax

TypeScript
JavaScript
Object.defineProperty(MergedCellRegions.prototype, 'count', 
	get: function() 
) 
count: number; // read-only 

Property Value

The count of merged cell regions within the sheet.

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.