WorkbookDesigner constructor

init

Initializes a new instance of the WorkbookDesigner class.

def __init__(self):
    ...

init

Initializes a new instance of the WorkbookDesigner class.

def __init__(self, workbook):
    ...
ParameterTypeDescription
workbookWorkbookThe template workbook file.

See Also