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