NanoXLSX Library Documentation
![]() | StyleManagerGetNumberFormatByHash Method |
Gets a numberFormat by its hash
Namespace: NanoXLSX.Style
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public StyleNumberFormat GetNumberFormatByHash( string hash )
Parameters
- hash
- Type: SystemString
Hash of the numberFormat
Return Value
Type: StyleNumberFormatDetermined numberFormat

Exception | Condition |
---|---|
StyleException | Throws a StyleException if the numberFormat was not found in the style manager |
