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


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

    Return Value

    A 32-bit signed integer hash code.
    See Also