StyleManager.AddStyle Method

PicoXLSX

PicoXLSX

StyleManagerAddStyle Method

Adds a style component to the manager

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public Style AddStyle(
	Style style
)

Parameters

style
Type: PicoXLSXStyle
Style to add

Return Value

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