OLEObject.Copy Method (2003 System)

Copies the OLEObject to the Clipboard.

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

Syntax

'Declaration
Public Function Copy As Object
'Usage
Dim instance As OLEObject
Dim returnValue As Object

returnValue = instance.Copy()
public Object Copy()

Return Value

Type: System.Object
true if the copy is successful; otherwise, false.

Permissions

See Also

Reference

OLEObject Class

OLEObject Members

Microsoft.Office.Tools.Excel Namespace