Adds the picture.
Syntax
'Declaration
Public Overloads Function AddPicture( _
ByVal As String, _
ByVal As ImageSource, _
ByVal As Integer, _
ByVal As Double, _
ByVal column As Integer, _
ByVal columnOffset As Double _
) As Picture
'Usage
Dim instance As Worksheet
Dim name As String
Dim source As ImageSource
Dim row As Integer
Dim rowOffset As Double
Dim column As Integer
Dim columnOffset As Double
Dim value As Picture
value = instance.AddPicture(name, source, row, rowOffset, column, columnOffset)
Parameters
- name
- The name.
- source
- The source.
- row
- The row.
- rowOffset
- The row offset.
- column
- The column.
- columnOffset
- The column offset.
See Also