Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / GetHashCode Method


In This Topic
    GetHashCode Method (Workbook)
    In This Topic
    Gets the hash code for this workbook.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetHashCode() As Integer
    'Usage
     
    
    Dim instance As Workbook
    Dim value As Integer
     
    value = instance.GetHashCode()
    public virtual int GetHashCode()

    Return Value

    A 32-bit signed integer hash code.
    See Also