Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableElementStyle Class / CompareTo Method
An object to compare, or null.


In This Topic
    CompareTo Method (TableElementStyle)
    In This Topic
    Compares this instance to a specified object and returns an indication of their relative values.
    Syntax
    'Declaration
     
    
    Public Function CompareTo( _
       ByVal other As TableElementStyle _
    ) As Integer
    'Usage
     
    
    Dim instance As TableElementStyle
    Dim other As TableElementStyle
    Dim value As Integer
     
    value = instance.CompareTo(other)
    public int CompareTo( 
       TableElementStyle other
    )

    Parameters

    other
    An object to compare, or null.

    Return Value

    A signed number indicating the relative values of this instance and target. Return value Description Less than zero The value of this instance is less than the value of target. Zero The value of this instance is equal to the value of target. Greater than zero The value of this instance is greater than the value of target.-or- target is null.
    See Also