Task.Height Property

Returns or sets the height of the specified task window, in points.

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

value = instance.Height

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

Property Value

Type: System.Int32

See Also

Reference

Task Interface

Task Members

Microsoft.Office.Interop.Word Namespace