

| Type | Description | |||
| Item as Variant | A long expression that indicates the item's handle. | |||
| ColIndex as Variant | A long expression that indicates the column's index, a string expression that indicates the column's caption or the column's key. | |||
| Variant | A string expression that indicates the list of icons shown in the cell. |
The following sample assigns the first and the third icon to the cell:
With ExplorerTree1.Groups(0).Items
.CellImages(.ItemByIndex(0), 1) = "1,3"
End With