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

C#
public StyleBorder GetBorderByHash( string hash )
Parameters
- hash
- Type: SystemString
Hash of the border
Return Value
Type: StyleBorderDetermined border

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