Upravit

Sdílet prostřednictvím


XlPasteSpecialOperation Enum

Definition

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.

Applies to