AddEmptySection()

SectionCollection::AddEmptySection(System::String, int32_t) method

Add empty section to specified position of the collection.

System::SharedPtr<ISection> Aspose::Slides::SectionCollection::AddEmptySection(System::String name, int32_t index) override

Arguments

ParameterTypeDescription
nameSystem::StringName of the section
indexint32_tIndex of new section.

Return Value

Added section.

See Also