ShapeRange.Duplicate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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