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