'Declaration
Public Enum PasteOperation Inherits System.Enum
'Usage
Dim instance As PasteOperation
public enum PasteOperation : System.Enum
'Declaration
Public Enum PasteOperation Inherits System.Enum
'Usage
Dim instance As PasteOperation
public enum PasteOperation : System.Enum
Member | Description |
---|---|
Add | Numeric values in the source are added to the destination, non-numeric values are ignored. |
Divide | Numeric values in the destination are divided by the source, non-numeric values are ignored. |
Multiply | Numeric values in the destination are multiplied by the source, non-numeric values are ignored. |
None | Values are simply copied. |
Subtract | Numeric values in the source are subtracted from the destination, non-numeric values are ignored. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.PasteOperation
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2