PicoXLSX Library Documentation
![]() | StyleManagerGetComponentByHash Method |
Gets a component by its hash
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

C#
private AbstractStyle GetComponentByHash( ref List<AbstractStyle> list, string hash )
Parameters
- list
- Type: System.Collections.GenericListAbstractStyle
List to check - hash
- Type: SystemString
Hash of the component
Return Value
Type: AbstractStyleDetermined component. If not found, null will be returned
