[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfListTable.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 RTF object

Returns
Type Description
RtfCollection

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

Overrides