DataGridColumnStyle::GetColumnValueAtRow Method (CurrencyManager^, Int32)
.NET Framework (current version)
Gets the value in the specified row from the specified CurrencyManager.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public protected: virtual Object^ GetColumnValueAtRow( CurrencyManager^ source, int rowNum )
Parameters
- source
-
Type:
System.Windows.Forms::CurrencyManager^
The CurrencyManager containing the data.
- rowNum
-
Type:
System::Int32
The row number containing the data.
| Exception | Condition |
|---|---|
| ApplicationException | The DataColumn for this DataGridColumnStyle hasn't been set yet. |
If the data source for the column is a DataTable, use the ColumnChanging or RowChanging events to determine when a row or column value has changed.
.NET Framework
Available since 1.1
Available since 1.1
Show: