Shape.Duplicate Method
Creates a duplicate of the specified Shape 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 Shape
'Usage
Dim instance As Shape
Dim returnValue As Shape
returnValue = instance.Duplicate()
Shape Duplicate()
Return Value
Type: Microsoft.Office.Interop.Word.Shape