method Items.UndefineSummaryBars (SummaryItem as HITEM, SummaryKey as Variant, ItemRemove as HITEM, KeyRemove as Variant)
Undefines the bars in a summary bar


| |  | Type | Description | |
| | |
SummaryItem as HITEM |
A long expression that specifies the handle of the item that displays the
summary bar.
| |
| | |
SummaryKey as Variant |
A VARIANT expression that indicates the key of the summary bar.
| |
| | |
ItemRemove as HITEM |
A long expression that specifies the item that holds the bar being removed from the summary bar.
If the ItemRemove parameter is 0, all bars in the summary bars are removed, so
actually the Summary bar will include no bars.
| |
| | |
KeyRemove as Variant |
A VARIANT expression that indicates the key of the bar being removed from the
summary bar.
| |