ProtectedViewWindow.Height Property
Gets or sets the height of the protected view 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 ProtectedViewWindow
Dim value As Integer
value = instance.Height
instance.Height = value
int Height { get; set; }
Property Value
Type: System.Int32
The height of the protected view window.
Remarks
Read/write long. You cannot set this property if the window is maximized or minimized. Use the UsableHeight property of the Application object to determine the maximum size for the window. Use the WindowState property to determine the window state.