Description |
---|
Excerpt |
---|
Copies a slide in the presentation to another position in the same presentation. |
Signature | ||||
---|---|---|---|---|
| ||||
public void CopySheet(PowerPointWriter.Slide slide, int position) |
Signature | ||||
---|---|---|---|---|
| ||||
Public Sub CopySheet(ByVal slide As PowerPointWriter.Slide, ByVal position As Integer) |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
A Slide object representing the slide to copy. |
Param | ||||
---|---|---|---|---|
| ||||
The 0-based position at which to insert a copy of the specified slide. If |
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. |
Example | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|