DataGridViewSortCompareEventArgs::CellValue2 Property

 

Gets the value of the second cell to compare.

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

public:
property Object^ CellValue2 {
	Object^ get();
}

Property Value

Type: System::Object^

The value of the second cell.

This property is typically used in conjunction with the CellValue1 property.

The following code example demonstrates the use of CellValue2 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: