PasteType Enum
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 | |
Formats | |
Formulas | |
FormulasAndNumberFormats | |
Validation | |
Values | |
ValuesAndFormats | |
ValuesAndNumberFormats |