Spread WPF 17
GrapeCity.Excel Namespace / GcSize Structure / GetHashCode Method


In This Topic
    GetHashCode Method (GcSize)
    In This Topic
    Gets the hash code for this instance of GrapeCity.Excel.GcSize
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As Integer
    'Usage
     
    Dim instance As GcSize
    Dim value As Integer
     
    value = instance.GetHashCode()
    public override int GetHashCode()

    Return Value

    The hash code for this instance.
    See Also