Range.Cut(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cuts the object to the Clipboard or pastes it into a specified destination.
public object Cut (object Destination);
Public Function Cut (Optional Destination As Object) As Object
Parameters
- Destination
- Object
Optional Object. The range where the object should be pasted. If this argument is omitted, the object is cut to the Clipboard.
Returns
Remarks
The cut range must be made up of adjacent cells.
Only embedded charts can be cut.