StyleManager.GetCellXfByHash Method

PicoXLSX

PicoXLSX

StyleManagerGetCellXfByHash Method

Gets a cellXf by its hash

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public StyleCellXf GetCellXfByHash(
	string hash
)

Parameters

hash
Type: SystemString
Hash of the cellXf

Return Value

Type: StyleCellXf
Determined cellXf
Exceptions
ExceptionCondition
StyleExceptionThrows a StyleException if the cellXf was not found in the style manager
See Also