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

ParameterTypeDescription
indexint32_tThe zero-based index at which Portion should be inserted.
valueSystem::SharedPtr<IPortion>The Portion to insert.

See Also