Spread for ASP.NET 12 Product Documentation
AddImage(Int32,Int32,Int32,Int32,String) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > AddImage Method : AddImage(Int32,Int32,Int32,Int32,String) Method
Syntax
'Declaration
 
Public Overloads Function AddImage( _
   ByVal top As Integer, _
   ByVal left As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal imageUrl As String _
) As SpreadImage
'Usage
 
Dim instance As SheetView
Dim top As Integer
Dim left As Integer
Dim width As Integer
Dim height As Integer
Dim imageUrl As String
Dim value As SpreadImage
 
value = instance.AddImage(top, left, width, height, imageUrl)
public SpreadImage AddImage( 
   int top,
   int left,
   int width,
   int height,
   string imageUrl
)

Parameters

top
left
width
height
imageUrl
See Also

Reference

SheetView Class
SheetView Members
Overload List