copy method

copy(self, cell)

Copies data from a source cell.


def copy(self, cell):
    ...
ParameterTypeDescription
cellaspose.cells.CellSource Cell object.

See Also