Range.Duplicate Property

Definition

Returns a Range object that represents all the properties of the specified range.

public:
 property Microsoft::Office::Interop::Word::Range ^ Duplicate { Microsoft::Office::Interop::Word::Range ^ get(); };
public Microsoft.Office.Interop.Word.Range Duplicate { get; }
member this.Duplicate : Microsoft.Office.Interop.Word.Range
Public ReadOnly Property Duplicate As Range

Property Value

Remarks

By duplicating a Range object, you can change the starting or ending character position of the duplicate range without changing the original range.

Applies to