DataGridBoolColumn::SetColumnValueAtRow Method (CurrencyManager^, Int32, Object^)
.NET Framework (current version)
Sets the value of a specified row.
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
Available since 1.1
Show: