Spread WPF 18
GrapeCity.Spreadsheet Namespace / ISortComparer Interface / Compare Method


In This Topic
    Compare Method
    In This Topic
    Syntax
    'Declaration
     
    <__DynamicallyInvokableAttribute()>
    Function Compare( _
       ByVal x As CellValue, _
       ByVal y As CellValue _
    ) As Integer
    'Usage
     
    Dim instance As ISortComparer
    Dim x As CellValue
    Dim y As CellValue
    Dim value As Integer
     
    value = instance.Compare(x, y)
    [__DynamicallyInvokable()]
    int Compare( 
       CellValue x,
       CellValue y
    )

    Parameters

    x
    y
    See Also