Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / Effect Class / CompareTo Method


In This Topic
    CompareTo Method (Effect)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function CompareTo( _
       ByVal other As Effect _
    ) As Integer
    'Usage
     
    
    Dim instance As Effect
    Dim other As Effect
    Dim value As Integer
     
    value = instance.CompareTo(other)
    public int CompareTo( 
       Effect other
    )

    Parameters

    other
    See Also