[]
        
(Showing Draft Content)

C1.Win.Command.C1Commands.InsertRange

InsertRange Method

InsertRange(int, ICollection)

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

Declaration
public override void InsertRange(int index, ICollection c)
Parameters
Type Name Description
int index
ICollection c
Overrides