DataGridBoolColumn::SetColumnValueAtRow Method (CurrencyManager^, Int32, Object^)

 
Use BaseTrue

Sets the value of a specified row.

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

public protected:
virtual void SetColumnValueAtRow(
	CurrencyManager^ lm,
	int row,
	Object^ value
) override

Parameters

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

The CurrencyManager for the column.

row
Type: System::Int32

The row number.

value
Type: System::Object^

The value to set, typed as Object.

.NET Framework
Available since 1.1
Return to top
Show: