copy method

copy(self, cell)

Copies data from a source cell.


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

See Also