[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfColumnCollection.Clone

Clone Method

Clone(RtfObject)

A copy of the current collection.

Declaration
public override RtfCollection Clone(RtfObject owner)
Parameters
Type Name Description
RtfObject owner

The owner Word/RTF object

Returns
Type Description
RtfCollection

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

Overrides