DataGridColumnStyle.GetColumnValueAtRow(CurrencyManager, Int32) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value in the specified row from the specified CurrencyManager.
protected public:
virtual System::Object ^ GetColumnValueAtRow(System::Windows::Forms::CurrencyManager ^ source, int rowNum);
protected internal virtual object GetColumnValueAtRow(System.Windows.Forms.CurrencyManager source, int rowNum);
abstract member GetColumnValueAtRow : System.Windows.Forms.CurrencyManager * int -> obj
override this.GetColumnValueAtRow : System.Windows.Forms.CurrencyManager * int -> obj
Protected Friend Overridable Function GetColumnValueAtRow (source As CurrencyManager, rowNum As Integer) As Object
- source
- CurrencyManager
The CurrencyManager containing the data.
- rowNum
- Int32
The row number containing the data.
An Object containing the value.
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.
Product | Versions |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: