Aspose::Cells::PasteType enum

PasteType enum

Represents the paste special type.

enum class PasteType

Values

NameValueDescription
All0
Copies all data of the range.
Default1
It works as “All” behavior of MS Excel.
AllExceptBorders2
Copies all data of the range without the range.
DefaultExceptBorders3
It works as “All except borders” behavior of MS Excel.
ColumnWidths4
Only copies the widths of the range.
RowHeights5
Only copies the heights of the range.
Comments6
Formats7
Formulas8
FormulasAndNumberFormats9
Validation10
Values11
ValuesAndFormats12
ValuesAndNumberFormats13

See Also