AddImage Method
AddImage(int, int, int, int, Image)
Declaration
public SpreadImage AddImage(int top, int left, int width, int height, Image image)
Public Function AddImage(top As Integer, left As Integer, width As Integer, height As Integer, image As Image) As SpreadImage
Parameters
Type |
Name |
Description |
int |
top |
|
int |
left |
|
int |
width |
|
int |
height |
|
Image |
image |
|
Returns
AddImage(int, int, int, int, string)
Declaration
public SpreadImage AddImage(int top, int left, int width, int height, string imageUrl)
Public Function AddImage(top As Integer, left As Integer, width As Integer, height As Integer, imageUrl As String) As SpreadImage
Parameters
Returns