Common Application Framework

CommandList.InsertRange Method 

Inserts the elements of a collection into the CommandList at the specified index.

public override void InsertRange(
   int index,
   ICollection c
);

Parameters

index
The zero-based index at which the new elements should be inserted.
c
The ICollection whose elements should be inserted into the ArrayList.

See Also

CommandList Class | Aveva.ApplicationFramework.Presentation Namespace