IPivot.UngroupElement

Syntax

UngroupElement(Dimension: IDimInstance);

Parameters

Dimension. Additional dimension obtained after grouping.

Description

The UngroupElement method cancels data grouping after column grouping on drill down into relational data.

Comments

To determine whether data grouping can be canceled after column grouping, use IPivot.CanUngroupElement.

To group column data, use IPivot.GroupElement.

Example

The method use is given in the example for IPivot.GroupElement.

See also:

IPivot