Description
Copies a slide in the presentation to another position in the same presentation.
C#
C#
Parameters
slide
A Slide object representing the slide to copy.position
The 0-based position at which to insert a copy of the specified slide. Ifposition
is less than 0, it is inserted before the first slide in the presentation. If position
is equal to or greater than Slides.Count, it is inserted after the last slide.
Remarks
All of the settings, configuration, and values on the original slide will be both preserved on the original slide and copied to the new slide.
Slides cannot be copied between different presentations.
Examples
C#
vb.net