StyleGrid REALbasic Plugin

StyleGrid.Row Method

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

Row(
   y as Integer) as StyleGridRow

Parameters

y
The row number.

Returns

StyleGridRow
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.

See Also

StyleGrid Control