StyleManager.GetNumberFormatByHash Method

NanoXLSX

NanoXLSX

StyleManagerGetNumberFormatByHash Method

Gets a numberFormat by its hash

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

Parameters

hash
Type: SystemString
Hash of the numberFormat

Return Value

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