True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DataColumn Class / CellValue Method / CellValue(Int32) Method
The row to fetch.

In This Topic
    CellValue(Int32) Method
    In This Topic
    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