Insert
Insert
Inserts the specified item at the specified index.
Returns: void Aspose::Tasks::
Insert(int32_t index, const System::SharedPtr< OutlineValue > & item)
| Parameter | Description |
|---|---|
| index | the specified zero-based index at which the item should be inserted. |
| item | the specified item to insert to this collection. |