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

NanoXLSX

NanoXLSX

StyleManagerAddStyleComponent Method (AbstractStyle, NullableInt32)

Adds a style component to the manager with an ID

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
private string AddStyleComponent(
	AbstractStyle style,
	Nullable<int> id
)

Parameters

style
Type: NanoXLSX.StyleAbstractStyle
Component to add
id
Type: SystemNullableInt32
Id of the component

Return Value

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