GrapeCity MultiRow Windows Forms Documentation
SortCompareEventArgs Constructor


The index of the compared cells.
The cell value of the first cell to compare.
The cell value of another cell to compare.
The row index of the first cell to compare.
The row index of another cell to compare.
Initializes a new instance of the SortCompareEventArgs class.
Syntax
Public Function New( _
   ByVal cellIndex As Integer, _
   ByVal cellValue1 As Object, _
   ByVal cellValue2 As Object, _
   ByVal rowIndex1 As Integer, _
   ByVal rowIndex2 As Integer _
)
Dim cellIndex As Integer
Dim cellValue1 As Object
Dim cellValue2 As Object
Dim rowIndex1 As Integer
Dim rowIndex2 As Integer
 
Dim instance As New SortCompareEventArgs(cellIndex, cellValue1, cellValue2, rowIndex1, rowIndex2)
public SortCompareEventArgs( 
   int cellIndex,
   object cellValue1,
   object cellValue2,
   int rowIndex1,
   int rowIndex2
)

Parameters

cellIndex
The index of the compared cells.
cellValue1
The cell value of the first cell to compare.
cellValue2
The cell value of another cell to compare.
rowIndex1
The row index of the first cell to compare.
rowIndex2
The row index of another cell to compare.
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

Reference

SortCompareEventArgs Class
SortCompareEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.