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)
Parameter | Type | Description |
---|---|---|
name | const U16String& | name of the style |
ReturnValue
named style, maybe null.
See Also
- Class Style
- Class Vector
- Class U16String
- Class Workbook
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Workbook::GetNamedStyle(const char16_t*) method
Gets the named style in the style pool.
Style Aspose::Cells::Workbook::GetNamedStyle(const char16_t *name)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | name of the style |
ReturnValue
named style, maybe null.
See Also
- Class Style
- Class Vector
- Class Workbook
- Namespace Aspose::Cells
- Library Aspose.Cells for C++