isCOBOL Evolve : User Interface : Controls Reference : GRID : Properties : Row-Cursor-Background-Color
Row-Cursor-Background-Color
This property allows you to set or retrieve the background color of the row that contains the cursor. See "Color management" for further details.
 
Example - Modify a grid to set the row cursor background color
procedure division.
...
  modify screen-1-gr-1 row-cursor-background-color 7
...