[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1DataColumn.CellText

CellText Method

CellText(int)

Gets the display value for a cell in a given row.

Declaration
public string CellText(int row)
Public Function CellText(row As Integer) As String
Parameters
Type Name Description
int row

The row to fetch.

Returns
Type Description
string

The display value.