PasteOptions class

PasteOptions class

Represents the paste special options.

The PasteOptions type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of PasteOptions

Properties

PropertyDescription
paste_typeThe paste special type.
skip_blanksIndicates whether skips blank cells.
only_visible_cellsTrue means only copying visible cells.
transposeTrue to transpose rows and columns when the range is pasted. The default value is False.
operation_typeGets and sets the operation type when pasting range.
ignore_links_to_original_fileIngore links to the original file.

See Also