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