ShapeRange.Duplicate Method

Definition

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.

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

Returns

Applies to