IMatrixCoord.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

Identifier can be obtained in the collection of changes IMatrixChangesInfo using the IMatrixChangesInfo.ItemID property.

See also:

IMatrixCoord