Share via


SectionProperties Members

Include Protected Members
Include Inherited Members

Contains properties and methods for manipulating sections in a presentation.

The SectionProperties type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the creator of the specified object.
Public property Count Returns the number of objects in the specified collection. Read-only.
Public property Parent Returns the parent object for the specified object. Read-only.

Top

Methods

  Name Description
Public method AddBeforeSlide Adds a section immediately before the specified slide index, and returns the index of the new section.
Public method AddSection Adds a new section at the specified index position and returns the index of the newly created section.
Public method Delete Deletes the section break that sets off the specified section, and optionally deletes all the slides in the section.
Public method FirstSlide Returns the index of the first slide in the specified section, or returns -1 if the section is empty.
Public method Move Moves the specified section to the specified index position, moving the slides in the section along with the section break.
Public method Name Returns the name of the specified section.
Public method Rename Renames the specified section with the specified name.
Public method SectionID Returns the unique identifier of the specified section.
Public method SlidesCount Returns the number of slides in the specified section.

Top

See Also

Reference

SectionProperties Interface

Microsoft.Office.Interop.PowerPoint Namespace