Click or drag to resize

ExcelPictureCollection Methods

The ExcelPictureCollection type exposes the following members.

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
See Also