Visible property

Examples


The Visible property specifies whether a grid is visible.

Syntax

grid.Visible [= boolean]

Parameters

grid – A grid object.

boolean – If True, the grid is visible. If False, the grid is invisible.

Comments

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).


Documentation Feedback