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