copy_data method

copy_data

Copies cell data (including formulas) from a source range.

def copy_data(self, range):
    ...
ParameterTypeDescription
rangeRangeSource Range object.

See Also