SectionProperties.Move Method (PowerPoint)
Moves the specified section to the specified index position, moving the slides in the section along with the section break.
Syntax
expression .Move(sectionIndex, toPos)
expression A variable that represents a SectionProperties object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
sectionIndex |
Required |
Integer |
The index of the section to move. |
toPos |
Required |
Integer |
The index position to which to move the section. |
Remarks
The section is moved to the index position immediately before the section whose current index is toPos.