PasteType Enum

PasteType Enum

Represents the paste special type.


type PasteType int32

Fields

FieldDescription
AllCopies all data of the range.
DefaultIt works as “All” behavior of MS Excel.
AllExceptBordersCopies all data of the range without the range.
DefaultExceptBordersIt works as “All except borders” behavior of MS Excel.
ColumnWidthsOnly copies the widths of the range.
RowHeightsOnly copies the heights of the range.
CommentsOnly copies comments in the range.
FormatsOnly copies formats in the range.
FormulasOnly copies formulas in the range.
FormulasAndNumberFormatsOnly copies formulas and number formats in the range.
ValidationOnly copies validations in the range.
ValuesOnly copies values in the range.
ValuesAndFormatsOnly copies values and formats in the range.
ValuesAndNumberFormatsOnly copies values and number formats in the range.