IPivotSortItem.AttributeKey

Syntax

AttributeKey: Integer;

Description

The AttributeKey property determines a dimension attribute key.

Comments

To use this property, first determine a dimension key in the IPivotSortItem.DimKey property.

To use the property it is required that the IPivotSortItem.UseTransformationValues property is set to False.

Example

The property use is given in the example for IPivotSortItem.DimKey.

See also:

IPivotSortItem