Share via


Line.Height Property

Returns or sets the height of the specified object 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 Line
Dim value As Integer

value = instance.Height
int Height { get; }

Property Value

Type: System.Int32

See Also

Reference

Line Interface

Line Members

Microsoft.Office.Interop.Word Namespace