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.
The
ItemRemove parameter could be
For instance, UndefineSummaryBars(SummaryItem,SummaryKey,-1,"<K*>") excludes the bar with the key starting with K from direct descendents of the SummaryItem The 0, -1, -2 and -3 values are supported, starting from the version 12.0 | |||
KeyRemove as Variant |
A VARIANT expression that indicates the key of the bar being removed from the
summary bar. The KeyRemove parameter supports pattern if specified such as "<pattern>", where the pattern may contain wild card characters such as '?' for any single character, '*' for zero or more occurrences of any character, '#' for any digit character.
For instance, UndefineSummaryBars(,,,"<K*>") excludes the bars with the key
that starts with K, from the
SummaryItem/SummaryKey bar
The "<pattern>" syntax is supported, starting from the version 12.0 |