ComponentOne List for WinForms
C1.Win.C1List Namespace / C1DataColumn Class / CellValue Method
The row to fetch.

In This Topic
    CellValue Method (C1DataColumn)
    In This Topic
    Gets the cell value for a given row.
    Syntax
    'Declaration
     
    
    Public Function CellValue( _
       ByVal row As Integer _
    ) As Object
    public object CellValue( 
       int row
    )

    Parameters

    row
    The row to fetch.

    Return Value

    The underlying data from the data source.
    See Also