property Column.Visible as Boolean

Retrieves or sets a value indicating whether the column is visible or hidden.

TypeDescription
Boolean A boolean expression indicating whether the column is visible or hidden.

Use the Visible property to hide a column. Use the Caption property to change the column's caption. Use the Position property to specify the column's position.