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

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