Visible
This property assumes a value of "0" if the Grid control is not visible, "1" if it is visible.
 
Example - Modify a grid to set it invisible
procedure division.
...
  modify screen-1-gr-1 visible 0
...