Aspose::Cells::Tables::TableStyle::Create method

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)
ParameterTypeDescription
nameconst U16String&The name of table.
sheetsconst WorksheetCollection&The WorksheetCollection

ReturnValue

See Also

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)
ParameterTypeDescription
nameconst char16_t*The name of table.
sheetsconst WorksheetCollection&The WorksheetCollection

ReturnValue

See Also