Series.Paste Method
Pastes a picture from the Clipboard as the marker on the selected series. This method can be used on column, bar, line, or radar charts, and it sets the MarkerStyle property to xlMarkerStylePicture.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Paste As Object
'Usage
Dim instance As Series
Dim returnValue As Object
returnValue = instance.Paste()
Object Paste()
Return Value
Type: System.Object