IMatrixCoord.GotoItemID

Syntax

GotoItemID(ItemID: Integer): Boolean;

Parameters

ItemID. Identifier of element with changes.

Description

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

Comments

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

See also:

IMatrixCoord