Back to Devexpress

PresentationCollectionBase<T>.Insert(Int32, T) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentationcollectionbase-1-dot-insert-x28-system-dot-int32-0-x29.md

latest1.3 KB
Original Source

PresentationCollectionBase<T>.Insert(Int32, T) Method

Inserts an item into the collection at the specified index.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public void Insert(
    int index,
    T item
)
vb
Public Sub Insert(
    index As Integer,
    item As T
)

Parameters

NameTypeDescription
indexInt32

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

| | item | T |

The item to insert into the collection.

|

See Also

PresentationCollectionBase<T> Class

PresentationCollectionBase<T> Members

DevExpress.Docs.Presentation Namespace