property Group.FilterBarHeight as Long
Specifies the height of the group's filter bar. If the value is less than 0, the filter bar is automatically resized to fit its description.

TypeDescription
Long A long expression that indicates the height of the filter bar status.

The filter bar status defines the group's filter description. If the FilterBarHeight property is less than 0 the group automatically updates the height of the filter's description to fit in the group's client area. If the FilterBarHeight property is zero the filter's description is hidden. If the FilterBarHeight property is greater than zero it defines the height in pixels of the filter's description. Use the ClearFilter method to clear the group's filter.