Creates and returns a copy of the current text range.

Namespace:  C1.Win.XmlEditor
Assembly:  C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)

Syntax

C#
public C1TextRange Clone()
Visual Basic (Declaration)
Public Function Clone As C1TextRange

Return Value

A copy of the current text range.

See Also