Version

CompareTo Method (RowsManager)

Compares the index of the parent row's ColumnLayout , to the parent row's ColumnLayout index of the other manager.
Syntax
'Declaration
 
Protected Overrides Function CompareTo( _
   ByVal other As RowsManagerBase _
) As Integer
protected override int CompareTo( 
   RowsManagerBase other
)

Parameters

other

Return Value

A signed number indicating the relative values of this instance and value. Return FilterActionValue Description: 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. -or- value is null.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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