Shape.Duplicate Method

Definition

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.

public:
 Microsoft::Office::Interop::Word::Shape ^ Duplicate();
public Microsoft.Office.Interop.Word.Shape Duplicate ();
abstract member Duplicate : unit -> Microsoft.Office.Interop.Word.Shape
Public Function Duplicate () As Shape

Returns

Applies to