Click or drag to resize

ExcelPictureCollection Class

Collection of the ExcelPicture.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelExcelPictureCollection

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public class ExcelPictureCollection : IEnumerable

The ExcelPictureCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of image elements.
Public propertyItem Gets the ExcelPicture at the specified index.
Top
Methods
 NameDescription
Public methodAdd(String, SKRect) Adds an image from file path using a specific rectangle.
Public methodAdd(MemoryStream, SKRect, ExcelPictureFormat) Adds an image from the image stream using a specific rectangle.
Public methodAdd(String, PositionOption, AnchorCell, AnchorCell) Adds the image from file path with defined anchor properties.
Public methodAdd(MemoryStream, PositionOption, AnchorCell, AnchorCell, ExcelPictureFormat) Adds the image from image stream with defined anchor properties.
Public methodClear Clears ExcelPictureCollection.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetEnumerator Returns an enumerator that can iterate through a collection.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
Supported only in xlsx.
See Also