AppendEmptySection()

ISectionCollection::AppendEmptySection(System::String) method

Add empty section to the end of the collection.

virtual System::SharedPtr<ISection> Aspose::Slides::ISectionCollection::AppendEmptySection(System::String name)=0

Arguments

ParameterTypeDescription
nameSystem::StringName of the section

Return Value

Added section.

See Also