method Items.UngroupBars (ItemA as HITEM, KeyA as Variant, ItemB as HITEM, KeyB as Variant)
Ungroups two bars.
| |  | Type | Description | |
| | |
ItemA as HITEM |
A long expression that indicates the handle of the item that contains the bar to
ungroup.
| |
| | |
KeyA as Variant |
A long or string expression that specifies the key of the bar to ungroup. The
Key parameter of the AddBar method
specifies the key of the bar being added.
| |
| | |
ItemB as HITEM |
A long expression that indicates the handle of the item that contains the bar
being ungrouped.
| |
| | |
KeyB as Variant |
A long or string expression that specifies the key of the bar being ungrouped.
| |