[]
        
(Showing Draft Content)

C1.C1Word.Objects.RtfCollection.Clone

Clone Method

Clone(RtfObject)

Creates a new RtfCollection that is a copy of the current collection.

Declaration
public abstract RtfCollection Clone(RtfObject owner)
Public MustOverride Function Clone(owner As RtfObject) As RtfCollection
Parameters
Type Name Description
RtfObject owner

The owner object.

Returns
Type Description
RtfCollection

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