AssemblyCollection.Insert Method

This method inserts an Assembly to the AssemblyCollection at the specified index.

Syntax

void Insert ( HotDocs_Online.Assembly newVal , int newPos )

Parameters Description
newVal The new Assembly object to add to the collection.
newPos The index in the collection at which the Assembly object will be inserted.