다음을 통해 공유


Range.Cut Method (Excel)

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

Syntax

.Cut(Destination)

An expression that returns a Range object.

Parameters

Name

Required/Optional

Data Type

Description

Destination

선택

Variant

The range where the object should be pasted. If this argument is omitted, the object is cut to the Clipboard.

Return Value

Variant

Remarks

The cut range must be made up of adjacent cells.

참고 항목

개념

Range Object Members

Range Object