[]
Specifies the type of paste.
[Flags]
public enum PasteType
ColumnWidths = 16Specifies to only paste column widths.
Default = Formulas | FormatsSpecifies to paste all data except RowHeights and ColumnWidths.
Formats = 4Specifies to only paste formats.
Formulas = 2Specifies to only paste cell formulas.
NumberFormats = 8Specifies to only paste number formats.
RowHeights = 32Specifies to only paste row heights.
Values = 1Specifies to only paste cell values.