GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubStyle Class / GetHashCode Method


In This Topic
GetHashCode Method (SubStyle)
In This Topic
Gets a hash code of this object.
Syntax
'Declaration
 
Public Overrides Function GetHashCode() As Integer
 
'Usage
 
Dim instance As SubStyle
Dim value As Integer
 
value = instance.GetHashCode()

Return Value

An System.Int32 value that indicates the hash code of this object.
See Also