C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfStyleCollection Class / Clone Method / Clone(RtfObject) Method
The owner Word/RTF object

In This Topic
Clone(RtfObject) Method
In This Topic
A copy of the current collection.
Syntax
'Declaration
 
Public Overloads Overrides Function Clone( _
   ByVal owner As RtfObject _
) As RtfCollection
 

Parameters

owner
The owner Word/RTF object

Return Value

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