Share via


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

Concepts

SectionProperties Object

SectionProperties Object Members