XlCutCopyMode Enumeration

Specifies whether status is Copy mode or Cut mode.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlCutCopyMode
'Usage
Dim instance As XlCutCopyMode
public enum XlCutCopyMode

Members

Member name Description
xlCopy In Copy mode
xlCut In Cut mode

See Also

Reference

Microsoft.Office.Interop.Excel Namespace