StyleManager.AddStyleComponent Method (AbstractStyle)

NanoXLSX

NanoXLSX

StyleManagerAddStyleComponent Method (AbstractStyle)

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#
private string AddStyleComponent(
	AbstractStyle style
)

Parameters

style
Type: NanoXLSX.StyleAbstractStyle
Component to add

Return Value

Type: String
Hash of the added or determined component
See Also