StyleManager.AddStyleComponent Method (AbstractStyle)

PicoXLSX

PicoXLSX

StyleManagerAddStyleComponent Method (AbstractStyle)

Adds a style component to the manager

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
private string AddStyleComponent(
	AbstractStyle style
)

Parameters

style
Type: PicoXLSXAbstractStyle
Component to add

Return Value

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