Page.Top Property

Returns 0 (zero) indicating the upper left corner of the page.

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 Page
Dim value As Integer

value = instance.Top
int Top { get; }

Property Value

Type: System.Int32

See Also

Reference

Page Interface

Page Members

Microsoft.Office.Interop.Word Namespace