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 Width property to change the column's width. Use the AdjustSearchColumn property to allow displaying a hidden column in the control's label area. The SearchColumnIndex property indicates the index of the column being displayed in the control's label area if the SingleEdit property is True. Use the CellOwnerDraw property to draw a cell. Use the Remove method to remove a column.