StyleManager.GetComponentByHash Method

PicoXLSX

PicoXLSX

StyleManagerGetComponentByHash Method

Gets a component by its hash

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
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