Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GradientEffect Class / GetHashCode Method


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

    Return Value

    The System.Int32 value indicates the hash code for this GradientEffect object.
    See Also