Creates a copy of the current TextRange object.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public TextRange Clone()
Visual Basic
Public Function Clone As TextRange
Visual C++
public:
TextRange^ Clone()

Return Value

A copy of the current TextRange object.

See Also