Spread Windows Forms 6.0 Product Documentation
CompareTo Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > RangeGroupInfo Class : CompareTo Method


obj
RangeGroupInfo to compare

Glossary Item Box

Compares this instance to a specified RangeGroupInfo and returns an indication of their relative values.

Syntax

Visual Basic (Declaration) 
Public Function CompareTo( _
   ByVal obj As Object _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As RangeGroupInfo
Dim obj As Object
Dim value As Integer
 
value = instance.CompareTo(obj)
C# 
public int CompareTo( 
   object obj
)

Parameters

obj
RangeGroupInfo to compare

Return Value

Signed number indicating the relative values of this instance and value: Less than zero, this instance is less than value; Zero, this instance is equal to value; Greater than zero, this instance is greater than value.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.