PasteType enumeration

PasteType enumeration

Represents the paste special type.

The PasteType type exposes the following members:

Fields

FieldDescription
ALLCopies all data of the range.
DEFAULTIt works as “All” behavior of MS Excel.
ALL_EXCEPT_BORDERSCopies all data of the range without the range.
DEFAULT_EXCEPT_BORDERSIt works as “All except borders” behavior of MS Excel.
COLUMN_WIDTHSOnly copies the widths of the range.
ROW_HEIGHTSOnly copies the heights of the range.
COMMENTS
FORMATS
FORMULAS
FORMULAS_AND_NUMBER_FORMATS
VALIDATION
VALUES
VALUES_AND_FORMATS
VALUES_AND_NUMBER_FORMATS

See Also