SlideRange.Duplicate Method
Creates a duplicate of the specified SlideRange object, adds the new range of slides to the Slides collection immediately after the slide range specified originally, and then returns a SlideRange object that represents the duplicate slides.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function Duplicate As SlideRange
'Usage
Dim instance As SlideRange
Dim returnValue As SlideRange
returnValue = instance.Duplicate()
SlideRange Duplicate()
Return Value
Type: Microsoft.Office.Interop.PowerPoint.SlideRange