DataGridViewSortCompareEventArgs::RowIndex2 Property

 

Gets the index of the row containing the second cell to compare.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property int RowIndex2 {
	int get();
}

Property Value

Type: System::Int32

The index of the row containing the second cell.

This property is useful when sorting rows based on the cell values in multiple columns.

The following code example demonstrates the use of RowIndex2 in a multiple column sort. This example is part of a larger example provided in How to: Customize Sorting in the Windows Forms DataGridView Control.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: