NanoXLSX Library Documentation
![]() | WorkbookAddStyleComponent Method |
Adds a style component to a style
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public Style AddStyleComponent( Style baseStyle, AbstractStyle newComponent )
Parameters
- baseStyle
- Type: NanoXLSX.StyleStyle
Style to append a component - newComponent
- Type: NanoXLSX.StyleAbstractStyle
Component to add to the baseStyle
Return Value
Type: StyleReturns the managed style of the style manager
