DataGrid REALbasic Plugin |
|
DataGridRow.CellText Method
This property is used to access text of the desired cell.
CellText(
x as Integer) as String
CellText(
x as Integer
assigns value as String)
Parameters
- x
- The column value of the desired cell.
- value (assignment parameter)
-
Returns
- String
Remarks
Cells are one based, that is the first cell is cell 1.
See Also
DataGridRow Class