_Application.CutCopyMode Property

Definition

Returns or sets the status of Cut or Copy mode.

public:
 property Microsoft::Office::Interop::Excel::XlCutCopyMode CutCopyMode { Microsoft::Office::Interop::Excel::XlCutCopyMode get(); void set(Microsoft::Office::Interop::Excel::XlCutCopyMode value); };
public Microsoft.Office.Interop.Excel.XlCutCopyMode CutCopyMode { get; set; }
Public Property CutCopyMode As XlCutCopyMode

Property Value

Remarks

XlCutCopyMode can be one of these XlCutCopyMode constants.

False Not in Cut or Copy mode
xlCopy In Copy mode
xlCut In Cut mode
False Cancels Cut or Copy mode and removes the moving border.
True Cancels Cut or Copy mode and removes the moving border.

Applies to