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)
Syntax
'Declaration
Public Enumeration WdFramesetNewFrameLocation
'Usage
Dim instance As WdFramesetNewFrameLocation
public enum WdFramesetNewFrameLocation
Members
Member name | Description | |
---|---|---|
wdFramesetNewFrameAbove | Above existing frame. | |
wdFramesetNewFrameBelow | Below existing frame. | |
wdFramesetNewFrameRight | To the right of existing frame. | |
wdFramesetNewFrameLeft | To the left of existing frame. |