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