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

ListItemCollection.Insert Method (Int32, IListItem)

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

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Sub Insert ( _
	index As Integer, _
	value As IListItem _
)
C#
public void Insert(
	int index,
	IListItem value
)

Parameters

index

Type: System.Int32

A zero-based index at which item should be inserted.
value

Type: Aurigma.GraphicsMill.WinControls.IListItem

An list item object to insert.

See Also

Reference