DataGridBoolColumn::GetColumnValueAtRow Method (CurrencyManager^, Int32)

 
Use BaseTrue

Gets the value at the specified row.

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

public protected:
virtual Object^ GetColumnValueAtRow(
	CurrencyManager^ lm,
	int row
) override

Parameters

lm
Type: System.Windows.Forms::CurrencyManager^

The CurrencyManager for the column.

row
Type: System::Int32

The row number.

Return Value

Type: System::Object^

The value, typed as Object.

.NET Framework
Available since 1.1
Return to top
Show: