XlPasteSpecialOperation 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 how numeric data will be calculated with the destinations cells in the worksheet.
public enum class XlPasteSpecialOperation
public enum XlPasteSpecialOperation
Public Enum XlPasteSpecialOperation
- Inheritance
-
XlPasteSpecialOperation
Fields
Name | Value | Description |
---|---|---|
xlPasteSpecialOperationNone | -4142 | No calculation will be done in the paste operation. |
xlPasteSpecialOperationAdd | 2 | Copied data will be added with the value in the destination cell. |
xlPasteSpecialOperationSubtract | 3 | Copied data will be subtracted with the value in the destination cell. |
xlPasteSpecialOperationMultiply | 4 | Copied data will be multiplied with the value in the destination cell. |
xlPasteSpecialOperationDivide | 5 | Copied data will be divided with the value in the destination cell. |