WdFramesetNewFrameLocation Enumeration 

Specifies the position of a new frame in relation to an existing frame.

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

Usage

Dim wdFramesetNewFrameLocation1 As WdFramesetNewFrameLocation = WdFramesetNewFrameLocation.wdFramesetNewFrameAbove

Syntax

Public Enum WdFramesetNewFrameLocation
public enum WdFramesetNewFrameLocation
public enum class WdFramesetNewFrameLocation
public enum WdFramesetNewFrameLocation
public enum WdFramesetNewFrameLocation

Members

Member name Description
wdFramesetNewFrameAbove Above existing frame.
wdFramesetNewFrameBelow Below existing frame.
wdFramesetNewFrameLeft To the left of existing frame.
wdFramesetNewFrameRight To the right of existing frame.

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