C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfObject Class / Clone Method

In This Topic
Clone Method (RtfObject)
In This Topic
Creates a new RtfObject object that is a copy of the current instance.
Syntax
'Declaration
 
Public Overridable Function Clone() As RtfObject
 

Return Value

A new RtfObject object that is a copy of the current instance.
See Also