copy_data method
copy_data
Copies cell data (including formulas) from a source range.
def copy_data(self, range):
...
Parameter | Type | Description |
---|---|---|
range | Range | Source Range object. |
See Also
- module
aspose.cells
- class
Range
Copies cell data (including formulas) from a source range.
def copy_data(self, range):
...
Parameter | Type | Description |
---|---|---|
range | Range | Source Range object. |
aspose.cells
Range