ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Canvas Namespace / ShapeCollection Class / Clone Method
The owner object for the shape collection.

In This Topic
    Clone Method (ShapeCollection)
    In This Topic
    Gets clone for this collection.
    Syntax
    'Declaration
     
    Public Function Clone( _
       ByVal container As IShapeContainer _
    ) As ShapeCollection
    public ShapeCollection Clone( 
       IShapeContainer container
    )

    Parameters

    container
    The owner object for the shape collection.
    See Also