Provides access to the SheetImages collection associated with the sheet.
public SheetImages Images { get; }
An instance of the SheetImages class that represents the collection of all images embedded within the sheet.
Through this property, images can be dynamically added to the sheet, retrieved by index, or manipulated in various ways to enhance the document's presentation and informational value.