ComponentOne True DBGrid for WinForms
CellText Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1DataColumn Class : CellText Method
The row to fetch.
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

Reference

C1DataColumn Class
C1DataColumn Members