ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLStyle Class / GetHashCode Method

In This Topic
    GetHashCode Method (XLStyle)
    In This Topic
    Serves as a hash function suitable for use in hashing algorithms and data structures like a hash table.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As System.Integer
    public override System.int GetHashCode()

    Return Value

    A hash code for the current XLStyle.
    See Also