copy method

copy

Copies data from a source cell.

def copy(self, cell):
    ...
ParameterTypeDescription
cellCellSource Cell object.

See Also