Spread Windows Forms 9.0 Product Documentation
CompareTo Method (TableElementStyle)


An object to compare, or null.
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.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

TableElementStyle Class
TableElementStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.