NanoXLSX Library Documentation
![]() | 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)

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: StringHash of the added or determined component
