![]() | Type | Description | ||
| Group as Group | A Group object where a new column is inserted. | |||
| Column as Column | A Column object that's inserted to the group's Columns collection. |
The following VB sample changes the column's width:
Private Sub ExplorerTree1_AddColumn(ByVal Group As EXPLORERTREELibCtl.IGroup, ByVal Column As EXPLORERTREELibCtl.IColumn)
Column.Width = 196
End Sub