isCOBOL Evolve : User Interface : Controls Reference : GRID : Properties : Cell-Selected-Foreground-Color
Cell-Selected-Foreground-Color
This property allows you to set or retrieve the foreground color of the selected cells when Selection-Mode includes grsm-cell-selection. See "Color management" for further details.
This color is always visible, even when the Grid doesn’t have the focus.
 
Example - Set the foreground color for selected cells
procedure division.
...
  modify screen-1-gr-1 cell-selected-foreground-color 7
...