_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)
Usage
Dim _LetterContent1 As _LetterContent
Dim returnValue As LetterContent
returnValue = _LetterContent1.Duplicate
Syntax
ReadOnly Property Duplicate() As LetterContent
LetterContent Duplicate {get;}
property LetterContent^ Duplicate{
LetterContent^ get();
}
public LetterContent get_Duplicate();
function get Duplicate() : 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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
_LetterContent Interface
Microsoft.Office.Interop.Word Namespace