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

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

See Also