COLUMN-COLOR (numeric)

Sets the color for the entire column identified by the X property. The color value specified uses the COLOR phrase values for both foreground and background colors. The foreground and background intensity of the grid is ignored — the value is treated as the final color value. For example, to set column three's color to dark blue (2) on bright white (512), you could do the following:

MODIFY GRID-1, X = 3, COLUMN-COLOR = 514

You should be sure to set the X property before setting COLUMN-COLOR. See COLOR above for related information.