WdLetterheadLocation Enumeration 

Specifies a location to place letterhead in a letter created by the Letter Wizard.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdLetterheadLocation1 As WdLetterheadLocation = WdLetterheadLocation.wdLetterBottom

Syntax

Public Enum WdLetterheadLocation
public enum WdLetterheadLocation
public enum class WdLetterheadLocation
public enum WdLetterheadLocation
public enum WdLetterheadLocation

Members

Member name Description
wdLetterBottom At the bottom of the letter.
wdLetterLeft To the left of the letter.
wdLetterRight To the right of the letter.
wdLetterTop At the top of the letter.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace