StyleManager.GetComponentByHash Method

NanoXLSX

NanoXLSX

StyleManagerGetComponentByHash Method

Gets a component by its hash

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
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: AbstractStyle
Determined component. If not found, null will be returned
See Also