Insert()
IKVCollection::Insert(int, const T&) method
Inserts item at specified position.
virtual void System::Collections::Generic::IKVCollection<T>::Insert(int index, const T &item) override
Arguments
Parameter | Type | Description |
---|---|---|
index | int | Position to put item to. |
item | const T& | Item to put at specified position. |
See Also
- Class IKVCollection
- Namespace System::Collections::Generic
- Library Aspose.Slides