_Application.Height Property

Returns or sets the height of the active document window.

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

Syntax

'Declaration
Property Height As Integer
    Get
    Set
'Usage
Dim instance As _Application
Dim value As Integer

value = instance.Height

instance.Height = value
int Height { get; set; }

Property Value

Type: System.Int32

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace