Insert()
IPortionCollection::Insert(int32_t, System::SharedPtr<IPortion>) method
Inserts a Portion into the collection at the specified index.
virtual void Aspose::Slides::IPortionCollection::Insert(int32_t index, System::SharedPtr<IPortion> value)=0
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | The zero-based index at which Portion should be inserted. |
value | System::SharedPtr<IPortion> | The Portion to insert. |
See Also
- Typedef SharedPtr
- Class IPortion
- Class IPortionCollection
- Namespace Aspose::Slides
- Library Aspose.Slides