Aspose::Cells::Tables::TableStyle::Create method
Contents
[
Hide
]TableStyle::Create(const U16String&, const WorksheetCollection&) method
Creates an empty table/pivot table style.
static TableStyle Aspose::Cells::Tables::TableStyle::Create(const U16String &name, const WorksheetCollection &sheets)
| Parameter | Type | Description |
|---|---|---|
| name | const U16String& | The name of table. |
| sheets | const WorksheetCollection& | The WorksheetCollection |
ReturnValue
See Also
- Class TableStyle
- Class Vector
- Class U16String
- Class WorksheetCollection
- Class TableStyle
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++
TableStyle::Create(const char16_t*, const WorksheetCollection&) method
Creates an empty table/pivot table style.
static TableStyle Aspose::Cells::Tables::TableStyle::Create(const char16_t *name, const WorksheetCollection &sheets)
| Parameter | Type | Description |
|---|---|---|
| name | const char16_t* | The name of table. |
| sheets | const WorksheetCollection& | The WorksheetCollection |
ReturnValue
See Also
- Class TableStyle
- Class Vector
- Class WorksheetCollection
- Class TableStyle
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++