SpreadsheetGear 2023
PasteOperation Enumeration


SpreadsheetGear Namespace : PasteOperation Enumeration
Specifies how values are combined by IRange.Copy.
Syntax
'Declaration
 
Public Enum PasteOperation 
   Inherits System.Enum
'Usage
 
Dim instance As PasteOperation
public enum PasteOperation : System.Enum 
Members
MemberDescription
AddNumeric values in the source are added to the destination, non-numeric values are ignored.
DivideNumeric values in the destination are divided by the source, non-numeric values are ignored.
MultiplyNumeric values in the destination are multiplied by the source, non-numeric values are ignored.
NoneValues are simply copied.
SubtractNumeric values in the source are subtracted from the destination, non-numeric values are ignored.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.PasteOperation

Requirements

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

See Also

Reference

SpreadsheetGear Namespace