

| Type | Description | |||
| Property as DefColumnEnum | A DefColumnEnum expression that indicates the property being changed. | |||
| Variant | A Variant value that specifies the newly value. |
For instance, you can use the Def property to assign check boxes to all cells in the column, without enumerating them.
ExplorerTree1.Groups(0).Columns(0).Def(exCellHasCheckBox) = True