IMatrixChangesInfo.OriginalValueByItemID

Syntax

OriginalValueByItemID(ItemID: Integer): Variant;

Parameters

ItemID. Identifier of element in the changes collection.

Description

The OriginalValueByItemID property returns source matrix cell value by identifier of the element with changes.

Comments

The ItemID identifier can be obtained in the ItemID property.

Example

The property use is given in the example for IMatrixChangesInfo.ItemID.

See also:

IMatrixChangesInfo