The Visible property specifies whether a grid is visible.
grid.Visible [= boolean]
• grid – A grid object.
• boolean – If True, the grid is visible. If False, the grid is invisible.
While invisible, data in a grid is still accessible. Use this property when you want to reference data displayed in the grid without making the grid visible. You can also make a grid invisible using the Hide method (grid).