_Font.Position Property
Returns or sets the position of text (in points) relative to the base line. A positive number raises the text, and a negative number lowers it. Read/write Integer.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Position As Integer
Get
Set
'Usage
Dim instance As _Font
Dim value As Integer
value = instance.Position
instance.Position = value
int Position { get; set; }
Property Value
Type: System.Int32