'Declaration
Public Enum PasteSpecialOperation Inherits System.Enum
'Usage
Dim instance As PasteSpecialOperation
public enum PasteSpecialOperation : System.Enum
'Declaration
Public Enum PasteSpecialOperation Inherits System.Enum
'Usage
Dim instance As PasteSpecialOperation
public enum PasteSpecialOperation : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.PasteSpecialOperation