PasteType Enum
Contents
[
Hide
]PasteType Enum
Represents the paste special type.
type PasteType int32
Fields
| Field | Description |
|---|---|
| All | Copies all data of the range. |
| Default | It works as “All” behavior of MS Excel. |
| AllExceptBorders | Copies all data of the range without the range. |
| DefaultExceptBorders | It works as “All except borders” behavior of MS Excel. |
| ColumnWidths | Only copies the widths of the range. |
| RowHeights | Only copies the heights of the range. |
| Comments | Only copies comments in the range. |
| Formats | Only copies formats in the range. |
| Formulas | Only copies formulas in the range. |
| FormulasAndNumberFormats | Only copies formulas and number formats in the range. |
| Validation | Only copies validations in the range. |
| Values | Only copies values in the range. |
| ValuesAndFormats | Only copies values and formats in the range. |
| ValuesAndNumberFormats | Only copies values and number formats in the range. |