Share via


Series.Paste Method

Pastes a picture from the Clipboard as the marker on the selected series.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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

Remarks

You can use this method on column, bar, line, or radar charts, and it sets the MarkerStyle property to xlMarkerStylePicture.

See Also

Reference

Series Interface

Series Members

Microsoft.Office.Interop.PowerPoint Namespace