isCOBOL Evolve : User Interface : Controls Reference : GRID : Properties : Row-Selected-Foreground-Color
Row-Selected-Foreground-Color
This property allows you to set or retrieve the foreground color of the selected rows when Selection-Mode includes grsm-row-selection. See "Color management" for further details.
 
Example - Set the foreground color for selected rows
procedure division.
...
  modify screen-1-gr-1 row-selected-foreground-color 7
...