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
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | The zero-based index at which the item should be inserted. |
| item | T | The item to insert into the collection. |
See Also