Row-Foreground-Color
This property allows you to set or retrieve the foreground color of the row identified by the 
Y property. See "
Color management" for further details.
 
Example - Modify a grid to set the foreground color of a row
procedure division. ...   modify screen-1-gr-1 y = 5 row-foreground-color 7  |