copy method
copy(self, range, options)
Copying the range with paste special options.
def copy(self, range, options):
...
| Parameter | Type | Description |
|---|---|---|
| range | aspose.cells.UnionRange | The source range. |
| options | aspose.cells.PasteOptions | The paste special options. |
See Also
- module
aspose.cells - class
UnionRange