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

In This Topic
    CellText Method (C1DataColumn)
    In This Topic
    Gets the display value for a cell in a given row.
    Syntax
    'Declaration
     
    
    Public Function CellText( _
       ByVal row As Integer _
    ) As String
    public string CellText( 
       int row
    )

    Parameters

    row
    The row to fetch.

    Return Value

    The display value.
    See Also