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