Cut Method

The Cut method cuts the selection to the clipboard.

Syntax

object.Cut

Example 1

This example shows how to cut the selected objects.

Plot.Selection.Cut()

Example 2

This example demonstrates how to cut worksheet contents to the clipboard.

WksRange.Cut

 

Used by: AutoSelection collection, WksRange object