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