Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFont Class / GetHashCode Method


In This Topic
    GetHashCode Method (ExcelFont)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function GetHashCode() As Integer
    'Usage
     
    
    Dim instance As ExcelFont
    Dim value As Integer
     
    value = instance.GetHashCode()
    public override int GetHashCode()
    See Also