AddImage(Int32,Int32,Int32,Int32,String) Method
In This Topic
Syntax
'Declaration
Public Overloads Function AddImage( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal 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 ,
int ,
int ,
int ,
string
)
Parameters
- top
- left
- width
- height
- imageUrl
Example
This example adds an image to the sheet.
See Also