Workbook.AddStyle Method

PicoXLSX

PicoXLSX

WorkbookAddStyle Method

Adds a style to the style 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
Returns the managed style of the style manager
See Also