copy method

copy(self, source, copy_options)

Copies the setting of the page setup.


def copy(self, source, copy_options):
    ...
ParameterTypeDescription
sourceaspose.cells.PageSetupThe source.
copy_optionsaspose.cells.CopyOptionsThe copy options.

See Also