Line.Top Property

Returns or sets the vertical position of the specified line in points.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Top As Integer
    Get
'Usage
Dim instance As Line
Dim value As Integer

value = instance.Top
int Top { get; }

Property Value

Type: System.Int32

See Also

Reference

Line Interface

Line Members

Microsoft.Office.Interop.Word Namespace