Workbook.AddStyleComponent Method

NanoXLSX

NanoXLSX

WorkbookAddStyleComponent Method

Adds a style component to a style

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
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: Style
Returns the managed style of the style manager
See Also