StyleManager.GetFillByHash Method

NanoXLSX

NanoXLSX

StyleManagerGetFillByHash Method

Gets a fill by its hash

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public StyleFill GetFillByHash(
	string hash
)

Parameters

hash
Type: SystemString
Hash of the fill

Return Value

Type: StyleFill
Determined fill
Exceptions
ExceptionCondition
StyleExceptionThrows a StyleException if the fill was not found in the style manager
See Also