GemBox.Spreadsheet

ExcelPictureCollection.Add Method

Adds new ExcelPicture object to ExcelPictureCollection.

Overload List

Adds the image with defined anchor properties.

public void Add(MemoryStream,PositioningMode,AnchorCell,AnchorCell,ExcelPictureFormat);

Adds image from the image object by using defined rectangle.

public void Add(MemoryStream,Rectangle,ExcelPictureFormat);

Adds the image from specified fileName with defined anchor properties.

public void Add(string,PositioningMode,AnchorCell,AnchorCell);

Adds the image from specified fileName.

public void Add(string,Rectangle);

See Also

ExcelPictureCollection Class | GemBox.Spreadsheet Namespace