Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor Namespace / C1TextRange Class / Clone Method

In This Topic
    Clone Method (C1TextRange)
    In This Topic
    Creates and returns a copy of the current text range.
    Syntax
    'Declaration
     
    Public Function Clone() As C1TextRange
    public C1TextRange Clone()

    Return Value

    A copy of the current text range.
    See Also