This documentation is for the old version. Go to the latest Graphics Mill docs

ListItemCollection.Insert Method

Inserts items into the collection at the specified index.

Overload List

Name Description
Public method Insert(Int32, IListItem)

Inserts a list item into the collection at the specified index.

Public method Insert(Int32, IListItem[])

Inserts an array of items into the collection at the specified index.

See Also

Reference