ComponentOne True DBGrid for WinForms
CellValue(Int32) Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1DataColumn Class > CellValue Method : CellValue(Int32) Method
The row to fetch.
Gets the cell value for a given row.
Syntax
'Declaration
 
Public Overloads Function CellValue( _
   ByVal row As System.Integer _
) As System.Object
public System.object CellValue( 
   System.int row
)

Parameters

row
The row to fetch.

Return Value

The underlying data from the data source.
See Also

Reference

C1DataColumn Class
C1DataColumn Members
Overload List