Add()

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

Adds a Portion to the end of collection.

virtual void Aspose::Slides::IPortionCollection::Add(System::SharedPtr<IPortion> value)=0

Arguments

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

See Also