Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyle Class / GetHashCode Method


In This Topic
GetHashCode Method (TableStyle)
In This Topic
Returns the hash code for this TableStyle.
Syntax
'Declaration
 
Public Overrides Function GetHashCode() As Integer
 
'Usage
 
Dim instance As TableStyle
Dim value As Integer
 
value = instance.GetHashCode()

Return Value

A 32-bit signed integer hash code.
See Also