Rows.VerticalPosition Property
Returns or sets the vertical distance between the edge of the rows and the item specified by the RelativeVerticalPosition property.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property VerticalPosition As Single
Get
Set
'Usage
Dim instance As Rows
Dim value As Single
value = instance.VerticalPosition
instance.VerticalPosition = value
float VerticalPosition { get; set; }
Property Value
Type: System.Single
Remarks
The return value can be a number that indicates a measurement in points, or can be any valid WdFramePosition constant.