IPivotDrillDimensions.FindByKey

Syntax

FindByKey(Key: Integer): IPivotDrillDimension;

Parameters

Key. Dimension key in the collection.

Description

The FindByKey method searches for a dimension in the collection by its key.

Comments

The method returns information about dimension in case of successful search, and Null if the dimension with the specified key is absent in the collection.

See also:

IPivotDrillDimensions