ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfCollection Class / Clone Method / Clone(RtfObject) Method
The owner object.

In This Topic
    Clone(RtfObject) Method
    In This Topic
    Creates a new RtfCollection that is a copy of the current collection.
    Syntax
    'Declaration
     
    Public Overloads MustOverride Function Clone( _
       ByVal owner As RtfObject _
    ) As RtfCollection
    public abstract RtfCollection Clone( 
       RtfObject owner
    )

    Parameters

    owner
    The owner object.

    Return Value

    A new RtfCollection that is a copy of the current collection.
    See Also