Click or drag to resize

ExcelPictureCollectionAdd Method

Overload List
 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.
Top
See Also