StyleManager.AddStyle Method

NanoXLSX

NanoXLSX

StyleManagerAddStyle Method

Adds a style component to the manager

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public Style AddStyle(
	Style style
)

Parameters

style
Type: NanoXLSX.StyleStyle
Style to add

Return Value

Type: Style
Added or determined style in the manager
See Also