Shape.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
Sub Cut
'Usage
Dim instance As Shape
instance.Cut()
void Cut()
Remarks
The cut range must be made up of adjacent cells.
Only embedded charts can be cut.