DataGridViewColumnHeaderCell::GetValue Method (Int32)

 

Gets the value of the cell.

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

protected:
virtual Object^ GetValue(
	int rowIndex
) override

Parameters

rowIndex
Type: System::Int32

The index of the cell's parent row.

Return Value

Type: System::Object^

The value contained in the DataGridViewColumnHeaderCell.

Exception Condition
ArgumentOutOfRangeException

rowIndex is not -1.

.NET Framework
Available since 2.0
Return to top
Show: