[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.StructList-1.Insert

Insert Method

Insert(int, in T)

Inserts a struct into the StructList<T> at the specified index.

Declaration
public void Insert(int index, in T item)
Public Sub Insert(index As Integer, ByRef item As T)
Parameters
Type Name Description
int index

The zero-based index at which item should be inserted.

T item

The struct to insert.