[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.StructList-1.InsertArray

InsertArray Method

InsertArray(int, T[], int, int)

Inserts the elements of an array into the StructList<T> at the specified index.

Declaration
public void InsertArray(int index, T[] array, int arrayIndex, int count)
Public Sub InsertArray(index As Integer, array As T(), arrayIndex As Integer, count As Integer)
Parameters
Type Name Description
int index

The zero-based index at which the new elements should be inserted.

T[] array

The array whose elements should be inserted into the StructList<T>.

int arrayIndex

The zero-based index of the first element in the array to insert.

int count

The number of elements to insert.