Spread WinForms 15
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()

Return Value

A 32-bit signed integer hash code.
See Also