CellValue Method
CellValue(int)
Gets the cell value for a given row.
Declaration
public object CellValue(int row)
Public Function CellValue(row As Integer) As Object
Parameters
| Type |
Name |
Description |
| int |
row |
The row to fetch.
|
Returns
| Type |
Description |
| object |
The underlying data from the data source.
|