Clone Method

Pageflex Document Action API

Pageflex Document Action API Clone Method
Namespaces > Pageflex.Scripting > Range > Clone()
Returns a new Range object with the same endpoints as this range object.
Syntax
C# Visual Basic Managed C++
public Range Clone ()
Public Function Clone As Range
public:
Range^ Clone ()
Return Value
A new Range object with the same endpoints as this range object.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)