AddEmptySection()

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

Add empty section to specified position of the collection.

virtual System::SharedPtr<ISection> Aspose::Slides::ISectionCollection::AddEmptySection(System::String name, int32_t index)=0

Arguments

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

Return Value

Added section.

See Also