Overload | Description |
---|---|
Add(String,Int32) | Adds a picture in the worksheet using a filename. |
Add(Stream,Int32) | Adds a picture in the worksheet using a stream. |
Add(String,Int32,Int32,Int32) | Adds a picture in the worksheet using a filename and a specific position corresponding to the top left corner of the picture. |
Add(String,String,Int32) | Adds a picture in the worksheet using a filename and a specific position corresponding to the top left corner of the picture. |
Add(Stream,Int32,Int32,Int32) | Adds a picture in the worksheet using a stream and a specific position corresponding to the top left corner of the picture. |
Add(Stream,String,Int32) | Adds a picture in the worksheet using a stream and a specific position corresponding to the top left corner of the picture. |
Add(String,Int32,Int32,Int32,Int32) | Adds a picture in the worksheet using a filename and two specific positions, corresponding respectively to the picture's top left and bottom right corner. |
Add(Stream,Int32,Int32,Int32,Int32) | Adds a picture in the worksheet using a filename and two specific positions, corresponding respectively to the picture's top left and bottom right corner. |
Add(String,String,String) | Adds a picture in the worksheet using a filename and two specific positions, corresponding respectively to the picture's top left and bottom right corner. |
Add(Stream,String,String) | Adds a picture in the worksheet using a filename and two specific positions, corresponding respectively to the picture's top left and bottom right corner. |