System.Windows.Forms.DataGridColumnStyle.GetColumnValueAtRow Method

Gets the value in the specified row from the specified System.Windows.Forms.CurrencyManager.

Syntax

protected virtual object GetColumnValueAtRow (CurrencyManager source, int rowNum)

Parameters

source
The System.Windows.Forms.CurrencyManager containing the data.
rowNum
The row number containing the data.

Returns

An object containing the value.

Remarks

If the data source for the column is a System.Data.DataTable, use the System.Data.DataTable.ColumnChanging or System.Data.DataTable.RowChanging events to determine when a row or column value has changed.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0