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