OutlineItemCollection.Insert

OutlineItemCollection.Insert method

Inserts the outline item into collection at the specified place.

public void Insert(int index, OutlineItemCollection outline)
ParameterTypeDescription
indexInt32The index specifying place for inserting.
outlineOutlineItemCollectionThe outline item should be inserted.

See Also