Share via


AfDataContainerList.insert Method [AX 2012]

Inserts the specified data container at the specified index.

Syntax

public void insert(int _index, AfDataContainer _dataContainer)

Run On

Called

Parameters

  • _index
    Type: int
    The index at which to insert the specified data container.

Remarks

If the index is invalid, an error is thrown.

null Nothing nullptr unit a null reference (Nothing in Visual Basic) values are allowed.

See Also

Reference

AfDataContainerList Class