Share via


Floor.Paste Method

Pastes a picture from the Clipboard on the floor 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 Floor

instance.Paste()
void Paste()

Remarks

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

See Also

Reference

Floor Interface

Floor Members

Microsoft.Office.Interop.Excel Namespace