copy_theme method

copy_theme(self, source)

Copies the theme from another workbook.


def copy_theme(self, source):
    ...
ParameterTypeDescription
sourceWorkbookSource workbook.

See Also