Insert()
PortionCollection::Insert(int32_t, System::SharedPtr<IPortion>) method
Inserts a Portion into the collection at the specified index.
void Aspose::Slides::PortionCollection::Insert(int32_t index, System::SharedPtr<IPortion> value) override
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 PortionCollection
- Namespace Aspose::Slides
- Library Aspose.Slides