[]
        
(Showing Draft Content)

C1.C1Word.Objects.RtfCellCollection.Clone

Clone Method

Clone(RtfObject)

A copy of the current collection.

Declaration
public override RtfCollection Clone(RtfObject owner)
Public Overrides Function Clone(owner As RtfObject) As RtfCollection
Parameters
Type Name Description
RtfObject owner

The owner RTF object

Returns
Type Description
RtfCollection

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

Overrides