Workbook.AddStyle Method

NanoXLSX

NanoXLSX

WorkbookAddStyle Method

Adds a style to the style manager

Namespace:  NanoXLSX
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
Returns the managed style of the style manager
See Also