create method
create(, name, sheets)
Creates an empty table/pivot table style.
Returns
@staticmethod
def create(name, sheets):
...
| Parameter | Type | Description |
|---|---|---|
| name | System.String | The name of table. |
| sheets | aspose.cells.WorksheetCollection | The WorksheetCollection |
See Also
- module
aspose.cells.tables - class
TableStyle - class
WorksheetCollection