PasteType
PasteType enumeration
Utility class containing constants. Represents the paste special type.
Values
| Name | 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 | |
| FORMATS | |
| FORMULAS | |
| FORMULAS_AND_NUMBER_FORMATS | |
| VALIDATION | |
| VALUES | |
| VALUES_AND_FORMATS | |
| VALUES_AND_NUMBER_FORMATS |