_LetterContent.Duplicate Property

Returns a read-only LetterContent object that represents the contents of the specified letter created by the Letter Wizard.

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

Syntax

'Declaration
ReadOnly Property Duplicate As LetterContent
    Get
'Usage
Dim instance As _LetterContent
Dim value As LetterContent

value = instance.Duplicate
LetterContent Duplicate { get; }

Property Value

Type: Microsoft.Office.Interop.Word.LetterContent

Remarks

You can use the Duplicate property to pick up the settings of all the properties of a duplicated LetterContent object. You can assign the object returned by the Duplicate property to another object of the same type to apply those settings all at once. Before assigning the duplicate object to another object, you can change any of the properties of the duplicate object without affecting the original.

See Also

Reference

_LetterContent Interface

_LetterContent Members

Microsoft.Office.Interop.Word Namespace