AbstractStyle.CalculateHash Method

NanoXLSX

NanoXLSX

AbstractStyleCalculateHash Method

Abstract method definition to calculate the hash of the component

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public abstract string CalculateHash()

Return Value

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