StyleManager.AddStyleComponent Method (AbstractStyle, Nullable(Int32))

PicoXLSX

PicoXLSX

StyleManagerAddStyleComponent Method (AbstractStyle, NullableInt32)

Adds a style component to the manager with an ID

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
private string AddStyleComponent(
	AbstractStyle style,
	Nullable<int> id
)

Parameters

style
Type: PicoXLSXAbstractStyle
Component to add
id
Type: SystemNullableInt32
Id of the component

Return Value

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