[]
Specifies how numeric data will be calculated with the destinations cells on the worksheet.
public enum PasteSpecialOperation
Public Enum PasteSpecialOperation
| Name | Description |
|---|---|
| Add | Copied data will be added to the value in the destination cell. |
| Divide | Copied data will divide the value in the destination cell. |
| Multiply | Copied data will multiply the value in the destination cell. |
| None | No calculation will be done in the paste operation. |
| Subtract | Copied data will be subtracted from the value in the destination cell. |