WorkbookDesigner constructor

__init__(self)

Initializes a new instance of the WorkbookDesigner class.


def __init__(self):
    ...

__init__(self, workbook)

Initializes a new instance of the WorkbookDesigner class.


def __init__(self, workbook):
    ...
ParameterTypeDescription
workbookaspose.cells.WorkbookThe template workbook file.

See Also