XlCutCopyMode Enum
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.
Specifies whether status is Copy mode or Cut mode.
public enum class XlCutCopyMode
public enum XlCutCopyMode
Public Enum XlCutCopyMode
- Inheritance
-
XlCutCopyMode
Fields
Name | Value | Description |
---|---|---|
xlCopy | 1 | In Copy mode |
xlCut | 2 | In Cut mode |