PicoXLSX Library Documentation
StyleManagerGetFillByHash Method |
Gets a fill by its hash
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public StyleFill GetFillByHash( string hash )
Parameters
- hash
- Type: SystemString
Hash of the fill
Return Value
Type: StyleFillDetermined fill
Exceptions
Exception | Condition |
---|---|
StyleException | Throws a StyleException if the fill was not found in the style manager |
See Also