CutCopyMode Property (WorkbookSet)
Gets or sets the status of Cut or Copy mode.
'Declaration
Public Property CutCopyMode As CutCopyMode
'Usage
Dim instance As WorkbookSet
Dim value As CutCopyMode
instance.CutCopyMode = value
value = instance.CutCopyMode
Property Value
Sets the status to
CutCopyMode.None to cancels Cut or Copy mode and removes the moving border; otherwise, starts Cut or Copy mode and shows the moving border.