Rectangle.Height Property

Returns or sets the height of the specified rectangle, in points.

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

Syntax

'Declaration
ReadOnly Property Height As Integer
    Get
'Usage
Dim instance As Rectangle
Dim value As Integer

value = instance.Height
int Height { get; }

Property Value

Type: System.Int32

See Also

Reference

Rectangle Interface

Rectangle Members

Microsoft.Office.Interop.Word Namespace