Range.Duplicate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.