[]
        
Specifies the part of the range to be pasted.
public enum PasteType
  Public Enum PasteType
  | Name | Description | 
|---|---|
| All | Everything will be pasted.  | 
      
| AllExceptBorders | Everything except borders will be pasted.  | 
      
| AllMergingConditionalFormats | Everything will be pasted and conditional formats will be merged.  | 
      
| AllUsingSourceTheme | Everything will be pasted using the source theme.  | 
      
| ColumnWidths | Copied column width is pasted.  | 
      
| Comments | Comments are pasted.  | 
      
| Formats | Copied source format is pasted.  | 
      
| Formulas | Formulas are pasted.  | 
      
| FormulasAndNumberFormats | Formulas and Number formats are pasted.  | 
      
| Validation | Validations are pasted.  | 
      
| Values | Values are pasted.  | 
      
| ValuesAndNumberFormats | Values and Number formats are pasted.  | 
      
| ValuesAndSourceFormats | Only the values and number color and font size formatting.  |