Share via


Walls.Paste Method

Pastes a picture from the Clipboard on the walls of the specified chart.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub Paste
'Usage
Dim instance As Walls

instance.Paste()
void Paste()

Remarks

This method can be used on column, bar, line, or radar charts. It sets the MarkerStyle property to xlMarkerStylePicture.

See Also

Reference

Walls Interface

Walls Members

Microsoft.Office.Interop.Excel Namespace