[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetView.AddImage

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
Type Description
SpreadImage

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
Type Name Description
int top
int left
int width
int height
string imageUrl
Returns
Type Description
SpreadImage