PasteType enumeration
PasteType enumeration
Represents the paste special type.
The PasteType type exposes the following members:
Fields
| Field | Description |
|---|---|
| ALL | Copies all data of the range. |
| DEFAULT | It works as “All” behavior of MS Excel. |
| ALL_EXCEPT_BORDERS | Copies all data of the range without the range. |
| DEFAULT_EXCEPT_BORDERS | It works as “All except borders” behavior of MS Excel. |
| COLUMN_WIDTHS | Only copies the widths of the range. |
| ROW_HEIGHTS | 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. |
| FORMULAS_AND_NUMBER_FORMATS | Only copies formulas and number formats in the range. |
| VALIDATION | Only copies validations in the range. |
| VALUES | Only copies values in the range. |
| VALUES_AND_FORMATS | Only copies values and formats in the range. |
| VALUES_AND_NUMBER_FORMATS | Only copies values and number formats in the range. |
See Also
- module
aspose.cells