Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / PasteSpecialOperation Enumeration


In This Topic
    PasteSpecialOperation Enumeration
    In This Topic
    Specifies how numeric data will be calculated with the destinations cells on the worksheet.
    Syntax
    'Declaration
     
    
    Public Enum PasteSpecialOperation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PasteSpecialOperation
    public enum PasteSpecialOperation : System.Enum 
    Members
    MemberDescription
    AddCopied data will be added to the value in the destination cell.
    DivideCopied data will divide the value in the destination cell.
    MultiplyCopied data will multiply the value in the destination cell.
    NoneNo calculation will be done in the paste operation.
    SubtractCopied data will be subtracted from the value in the destination cell.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.PasteSpecialOperation

    See Also