SectionProperties.Delete method (PowerPoint)

Deletes the section break that sets off the specified section, and optionally deletes all the slides in the section.

Syntax

expression.Delete( _sectionIndex_, _deleteSlides_ )

expression A variable that represents a SectionProperties object.

Parameters

Name Required/Optional Data type Description
sectionIndex Required Integer The index of the section to delete.
deleteSlides Required Boolean Whether to delete all the slides in the section. True, to delete all the slides within the section; False not to delete them.

Remarks

If the presentation contains more than one section, you cannot delete the first section without deleting all of the slides in that section.

See also

SectionProperties Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.