SpreadImage Constructor(String,Int32,Int32,Int32,Int32)
In This Topic
Initialize an instance of
SpreadImage with specify properties.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim imageUrl As String
Dim top As Integer
Dim left As Integer
Dim width As Integer
Dim height As Integer
Dim instance As New SpreadImage(imageUrl, top, left, width, height)
public SpreadImage(
string ,
int ,
int ,
int ,
int
)
Parameters
- imageUrl
- top
- left
- width
- height
Example
This example adds an image to the sheet.
See Also