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


In This Topic
    PasteType Enumeration
    In This Topic
    Specifies the part of the range to be pasted.
    Syntax
    'Declaration
     
    
    Public Enum PasteType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PasteType
    public enum PasteType : System.Enum 
    Members
    MemberDescription
    AllEverything will be pasted.
    AllExceptBordersEverything except borders will be pasted.
    AllMergingConditionalFormatsEverything will be pasted and conditional formats will be merged.
    AllUsingSourceThemeEverything will be pasted using the source theme.
    ColumnWidthsCopied column width is pasted.
    CommentsComments are pasted.
    FormatsCopied source format is pasted.
    FormulasFormulas are pasted.
    FormulasAndNumberFormatsFormulas and Number formats are pasted.
    ValidationValidations are pasted.
    ValuesValues are pasted.
    ValuesAndNumberFormatsValues and Number formats are pasted.
    ValuesAndSourceFormatsOnly the values and number color and font size formatting.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.PasteType

    See Also