ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Grid Namespace / CellRange Class / GetHashCode Method

In This Topic
    GetHashCode Method
    In This Topic
    Serves as a hash function for CellRange.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As Integer
    public override int GetHashCode()

    Return Value

    A hash code for the current CellRange.
    See Also