IPictures.Insert Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Insert ( _
Filename As String, _
Converter As Object _
) As Picture
'Usage
Dim instance As IPictures
Dim Filename As String
Dim Converter As Object
Dim returnValue As Picture
returnValue = instance.Insert(Filename, _
Converter)
Picture Insert(
string Filename,
Object Converter
)
Parameters
- Filename
Type: System.String
- Converter
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.Picture