ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfParagraph Class / Clone Method

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

    Return Value

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