Count Property

Summary

Gets the number of images currently embedded within the Excel sheet.

Syntax

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

Property Value

The number of embedded images within the sheet.

Remarks

The Count property is instrumental for managing and iterating through images in an Excel sheet. It allows for the assessment of the sheet's visual content at a glance and supports operations that require action on each embedded image.

Requirements

Target Platforms

See Also

SheetImages Class

SheetImages 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.