isCOBOL Evolve : User Interface : Controls Reference : GRID : Properties : Row-Foreground-Color-Pattern
Row-Foreground-Color-Pattern
This property sets the foreground row color pattern, as explained in the Row-Color-Pattern property. See "Color management" for further details.
 
Example - Modify a grid to set the foreground color pattern
procedure division.
...
  modify screen-1-gr-1 
         row-foreground-color-pattern 7
         row-foreground-color-pattern 8
         row-foreground-color-pattern 9
...