Share via


Frameset.Height Property

Returns or sets the height of the specified Frameset object.

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

value = instance.Height

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

Property Value

Type: System.Int32

Remarks

The HeightType property determines the type of unit in which this value is expressed.

See Also

Reference

Frameset Interface

Frameset Members

Microsoft.Office.Interop.Word Namespace