True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid 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 System.Integer _
    ) As System.String
    public System.string CellText( 
       System.int row
    )

    Parameters

    row
    The row to fetch.

    Return Value

    The display value.
    See Also