StyleManager.GetNumberFormatByHash Method

PicoXLSX

PicoXLSX

StyleManagerGetNumberFormatByHash Method

Gets a numberFormat by its hash

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