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