Enum PasteType
Enum PasteType
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents the paste special type.
public enum PasteType
Fields
All = 0
Copies all data of the range.
AllExceptBorders = 2
Copies all data of the range without the range.
ColumnWidths = 4
Only copies the widths of the range.
Comments = 6
Default = 1
It works as “All” behavior of MS Excel.
DefaultExceptBorders = 3
It works as “All except borders” behavior of MS Excel.
Formats = 7
Formulas = 8
FormulasAndNumberFormats = 9
RowHeights = 5
Only copies the heights of the range.
Validation = 10
Values = 11
ValuesAndFormats = 12
ValuesAndNumberFormats = 13