Aspose::Cells::Workbook::GetNamedStyle method

Workbook::GetNamedStyle(const U16String&) method

Gets the named style in the style pool.

Style Aspose::Cells::Workbook::GetNamedStyle(const U16String &name)
ParameterTypeDescription
nameconst U16String&name of the style

ReturnValue

named style, maybe null.

See Also

Workbook::GetNamedStyle(const char16_t*) method

Gets the named style in the style pool.

Style Aspose::Cells::Workbook::GetNamedStyle(const char16_t *name)
ParameterTypeDescription
nameconst char16_t*name of the style

ReturnValue

named style, maybe null.

See Also