Click or drag to resize

ExcelDrawingCollectionItem Property

Gets the ExcelPicture at the specified index.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2026.5.5
Syntax
public ExcelDrawing this[
	int index
] { get; }

Parameters

index  Int32
Specific index of the image in the collection.

Return Value

ExcelDrawing
See Also