IPivotHeaderEvaluatedSlots.FindByKey

Fore Syntax

FindByKey(Key: Integer): IPivotHeaderEvaluatedSlot;

Fore.NET Syntax

FindByKey(Key: uinteger): Prognoz.Platform.Interop.Pivot.IPivotHeaderEvaluatedSlot;

Parameters

Key. Column or row key.

Description

The FindByKey method searches for a column or row with the specified key in the collection.

Comments

If the column or row with the specified key is not found, the method returns Null.

See also:

IPivotHeaderEvaluatedSlots