IMatrixChangesInfo.StateByItemID

Syntax

StateByItemID(ItemID: Integer): MatrixItemState;

Parameters

ItemID. Element identifier in the changes collection.

Description

The StateByItemID property returns cell state 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