Adds new ExcelPicture object to ExcelPictureCollection.
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);
ExcelPictureCollection Class | GemBox.Spreadsheet Namespace