Column-Font
This property allows you to set or retrieve the font of the column identified by the X property. When this property is set to zero, the column inherits the grid font.
 
Example - Set the font of a grid column
procedure division.
...
  modify screen-1-gr-1 x = 2
         column-font Courier-New-10v0
         .
...