ShapeRange.Duplicate Method
Creates a duplicate of the specified ShapeRange object, adds the new range of shapes to the Shapes collection at a standard offset from the original shapes, and then returns the new Shape object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Duplicate As ShapeRange
'Usage
Dim instance As ShapeRange
Dim returnValue As ShapeRange
returnValue = instance.Duplicate()
ShapeRange Duplicate()
Return Value
Type: Microsoft.Office.Interop.Word.ShapeRange