[]
Specifies the type of paste.
[Flags]
public enum PasteType
<Flags>
Public Enum PasteType
| Name | Description |
|---|---|
| ColumnWidths | Specifies to only paste column widths. |
| Default | Specifies to paste all data except RowHeights and ColumnWidths. |
| Formats | Specifies to only paste formats. |
| Formulas | Specifies to only paste cell formulas. |
| NumberFormats | Specifies to only paste number formats. |
| RowHeights | Specifies to only paste row heights. |
| Values | Specifies to only paste cell values. |