Gets the total number of images currently embedded within the Excel sheet.
public int Count { get; }
An integer representing the total count of embedded images within the sheet.
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.