Item

The Item method returns the Item object to which the cursor points.

Applies To

All Table objects

Syntax

objContactsTable.Item ItemId

Parameters

ItemId
Optional. Specifies the item identifier of the Item object to return.

Remarks

If ItemId is omitted, the current item in the table is returned. If the cursor is past the end of the table, the call returns an error.

See Also

Tables