Retrieves an embedded image from the sheet by its index.
public SheetImage GetImageAt(
int index
)
index
An int specifying the zero-based index of the image to retrieve from the sheet. The index must be within the range of 0 to Count - 1.
A SheetImage object representing the embedded image at the specified index.