Поделиться через


Range.Duplicate Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Duplicate As Range
    Get
'Usage
Dim instance As Range
Dim value As Range

value = instance.Duplicate
Range Duplicate { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Range

Remarks

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

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace