Add()

PortionCollection::Add(System::SharedPtr<IPortion>) method

Adds a Portion to the end of collection.

void Aspose::Slides::PortionCollection::Add(System::SharedPtr<IPortion> value) override

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<IPortion>The Portion to be added to the end of the collection.

See Also