skip to main content

Controls Reference : GRID : Properties : Cell-Foreground-Color

Cell-Foreground-Color
This property allows you to set or retrieve the foreground color of the cell identified by the X and Y properties. See "Color management" for further details.
 
Example - Modify a grid to set the background color of a cell
procedure division.
  modify screen-1-gr-1 x = 1y = 2
         bitmap icon-png
         bitmap-number 3
         bitmap-trailing 1
         bitmap-width 18
         cell-background-color 3
         cell-foreground-color 7
         cell-data "Albert"

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left