Share via


_OLEObject.Cut Method

Cuts the object to the Clipboard or pastes it into a specified destination.

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

Syntax

'Declaration
Function Cut As Object
'Usage
Dim instance As _OLEObject
Dim returnValue As Object

returnValue = instance.Cut()
Object Cut()

Return Value

Type: System.Object

Remarks

Only embedded charts can be cut.

See Also

Reference

_OLEObject Interface

_OLEObject Members

Microsoft.Office.Interop.Excel Namespace