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):
...
| Parameter | Type | Description |
|---|---|---|
| workbook | aspose.cells.Workbook | The template workbook file. |
See Also
- module
aspose.cells - class
WorkbookDesigner