ChartObject.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 ChartObject
Dim returnValue As Object
returnValue = instance.Cut()
Object Cut()
Return Value
Type: System.Object
Remarks
Only embedded charts can be cut.