property Column.DisplayExpandButton as Boolean
Shows or hides the expanding/collapsing button in the column's header.

TypeDescription
Boolean A Boolean expression that specifies whether the +/- expanding/collapsing button is shown in the column's header.
By default, the DisplayExpandButton property is True. The DisplayExpandButton property indicates whether the +/- expanding/collapsing button is shown in the column's header. Use the Expanded property to programmatically expand/collapse the columns. For instance, the Expanded property on False, collapse the column, while the Expanded property on True, expands the columns indicated by the ExpandColumns property. The ExpandColumns property specifies the columns to be shown/hidden when a column is expanded or collapsed.