FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellFooter Class / GetHashCode Method


In This Topic
GetHashCode Method (CellFooter)
In This Topic
Gets the hash code of an object.
Syntax
'Declaration
 
Public Overridable Function GetHashCode() As Integer
 
'Usage
 
Dim instance As CellFooter
Dim value As Integer
 
value = instance.GetHashCode()

Return Value

Hash code of the object
See Also