NanoXLSX Library Documentation
![]() | StyleManagerGetComponentByHash Method |
Gets a component by its hash
Namespace: NanoXLSX.Style
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

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
