![]() | Type | Description | ||
| Color | A color expression that specifies the color of the group's list border. |
The following sample shows how to show the border of the group's list:
With ExplorerTree1
With .Groups.Add("Group")
.BackColorList = vbWhite
.BorderColor = vbBlack
.Expanded = True
End With
End With