AppendEmptySection()

SectionCollection::AppendEmptySection(System::String) method

Add empty section to the end of the collection.

System::SharedPtr<ISection> Aspose::Slides::SectionCollection::AppendEmptySection(System::String name) override

Arguments

ParameterTypeDescription
nameSystem::StringName of the section

Return Value

Added section.

See Also