CanUngroupElement(Dimension: IDimInstance): Boolean;
Dimension. Additional dimension obtained after grouping.
The CanUngroupElement method determines whether to cancel data grouping after column grouping on drill down into relational data.
Available values:
True. Grouping of elements can be undone.
False. Grouping of elements cannot be undone.
To cancel data grouping after column grouping, use IPivot.UngroupElement.
The method use is given in the example for IPivot.GroupElement.
See also: