PicoXLSX Library Documentation
![]() | StyleManagerGetBorderByHash Method |
Gets a border by its hash
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
SyntaxC#
public StyleBorder GetBorderByHash( string hash )
Parameters
- hash
- Type: SystemString
Hash of the border
Return Value
Type: StyleBorderDetermined border
Exceptions| Exception | Condition |
|---|---|
| StyleException | Throws a StyleException if the border was not found in the style manager |
See Also