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
Only copies comments in the range.
Formats7
Only copies formats in the range.
Formulas8
Only copies formulas in the range.
FormulasAndNumberFormats9
Only copies formulas and number formats in the range.
Validation10
Only copies validations in the range.
Values11
Only copies values in the range.
ValuesAndFormats12
Only copies values and formats in the range.
ValuesAndNumberFormats13
Only copies values and number formats in the range.

See Also