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

 

Sets the value in a specified row with the value from a specified CurrencyManager.

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

public protected:
virtual void SetColumnValueAtRow(
	CurrencyManager^ source,
	int rowNum,
	Object^ value
)

Parameters

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

A CurrencyManager associated with the DataGridColumnStyle.

rowNum
Type: System::Int32

The number of the row.

value
Type: System::Object^

The value to set.

Exception Condition
ArgumentException

The CurrencyManager object's Position does not match rowNum.

.NET Framework
Available since 1.1
Return to top
Show: