_Application.CutCopyMode Property
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.
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. |