IMatrixIterator.GotoItemID

Syntax

GotoItemID(ItemID: Integer): Boolean;

Parameters

ItemID. Identifier of element with changes.

Description

The GotoItemID method goes too the coordinate that corresponds to the cell with changed data by identifier.

Comments

The identifier can be obtained in the changes collection IMatrixChangesInfo using the IMatrixChangesInfo.ItemID property or in the IMatrixIterator.ItemID property.

See also:

IMatrixIterator