PasteOptions class
PasteOptions class
Represents the paste special options.
The PasteOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
__init__(self) | Constructs a new instance of PasteOptions |
Properties
| Property | Description |
|---|---|
| paste_type | The paste special type. |
| skip_blanks | Indicates whether skips blank cells. |
| keep_old_tables | Keeps the tables in the destination range. |
| only_visible_cells | True means only copying visible cells. |
| transpose | True to transpose rows and columns when the range is pasted. The default value is False. |
| operation_type | Gets and sets the operation type when pasting range. |
| ignore_links_to_original_file | Ingore links to the original file. |
See Also
- module
aspose.cells