DataGrid REALbasic Plugin

DataGrid.Row Method

This property is used to access the data of a row.

Row(
   y as Integer) as DataGridRow

Parameters

y
The row number.

Returns

DataGridRow
Returns a reference to the requested row or nil if the request was out of bounds.

Remarks

The property is read only, but data can be written to the returned class instance.

See Also

DataGrid Control