AbstractStyle.CalculateHash Method

PicoXLSX

PicoXLSX

AbstractStyleCalculateHash Method

Abstract method definition to calculate the hash of the component

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public abstract string CalculateHash()

Return Value

Type: String
Returns the hash of the component as string
See Also